collectd: remove bogus maximum of 3600 seconds for 'timeleft'
authorGabor Juhos <juhosg@openwrt.org>
Fri, 21 Dec 2012 18:25:38 +0000 (18:25 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 21 Dec 2012 18:25:38 +0000 (18:25 +0000)
commit7e415cdf00a60e40f59117c959f2b384e0003ac6
treefe4e04f1f600bdf3e7e7f0742a667aff208621dc
parent4e47fcf51bc604b52325e69f71cc20a31418f3bb
collectd: remove bogus maximum of 3600 seconds for 'timeleft'

The apcups and snmp plugins were using this to store time in minutes, but
nut uses seconds. Upstream wants to make them all use seconds (unlike my
first patch to make nut use minutes to be consistent with the others), so
all we need to do is fix the maximum. If we were *using* the apcups and
snmp plugins, those would probably want fixing to multiply by 60.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34831
utils/collectd/Makefile
utils/collectd/patches/130-timeleft-max.patch [new file with mode: 0644]