openwrt-packages/utils/collectd
Hannu Nyman 63a45e6de3 collectd: uptime plugin: apply fix from upstream
Uptime plugin fails to adjust for system time changes after boot.
As Openwrt/LEDE routers usually do not have a RTC, the system time
gets adjusted with NTP possibly after collectd has already started.
But collectd continues to use the initial time set by 'sysfixtime',
which can lead to incorrect uptime calculations.

Apply a proposed fix from upstream that uses /proc/uptime
Reference to https://github.com/collectd/collectd/pull/2034

Fixes #4819

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-15 00:18:34 +03:00
..
files collectd: ensure that /var/lib/collectd exists 2016-04-27 21:45:36 +02:00
patches collectd: uptime plugin: apply fix from upstream 2017-09-15 00:18:34 +03:00
Makefile collectd: uptime plugin: apply fix from upstream 2017-09-15 00:18:34 +03:00