diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-10-05 15:13:44 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-10-05 15:13:44 +0200 |
commit | cff2b99b4f9af0957ff6de4fe1ce48d30337b41b (patch) | |
tree | e52304fea0076c09e21d78c825a217aa47f236c5 /applications/luci-app-statistics/root/etc | |
parent | 56deb7b2cf5f295b264f245debb03b19716e84a7 (diff) |
luci-app-statistics: add initial support for collect-mod-sensors
Due to a lack of a test environment this support only covers thermal graphs
so far. Please send the output of "rrdtool info /tmp/rrd/*/sensors-*/*.rrd"
if your system happens to support voltage, power or fanspeed sensors.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-statistics/root/etc')
-rw-r--r-- | applications/luci-app-statistics/root/etc/config/luci_statistics | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index abcee3e93..de16f29de 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -140,6 +140,9 @@ config statistics 'collectd_processes' option enable '0' option Processes 'uhttpd dnsmasq dropbear' +config statistics 'collectd_sensors' + option enable '0' + config statistics 'collectd_splash_leases' option enable '0' |