collectd: remove bogus maximum of 3600 seconds for 'timeleft'
[packages.git] / utils / collectd / patches / 130-timeleft-max.patch
1 Derived from uptream commit d5b09f2b: http://octo.cx/d5b09f2
2
3 --- a/src/types.db
4 +++ b/src/types.db
5 @@ -152,7 +152,7 @@ tcp_connections             value:GAUGE:0:429496729
6  temperature            value:GAUGE:-273.15:U
7  threads                        value:GAUGE:0:U
8  time_dispersion                seconds:GAUGE:-1000000:1000000
9 -timeleft               timeleft:GAUGE:0:3600
10 +timeleft               timeleft:GAUGE:0:U
11  time_offset            seconds:GAUGE:-1000000:1000000
12  total_bytes            value:DERIVE:0:U
13  total_requests         value:DERIVE:0:U
14