collectd: remove bogus maximum of 3600 seconds for 'timeleft'
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Dec 2012 18:25:38 +0000 (18:25 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Dec 2012 18:25:38 +0000 (18:25 +0000)
commit6ee6a614d8f40648ac4775698859dfe2b8eee70c
treefe4e04f1f600bdf3e7e7f0742a667aff208621dc
parent7442b49d058e26c00ad1d0821a643b960cc9657a
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34831 3c298f89-4303-0410-b956-a3cf2f4a3e73
utils/collectd/Makefile
utils/collectd/patches/130-timeleft-max.patch [new file with mode: 0644]