X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-statistics%2Froot%2Fetc%2Fconfig%2Fluci_statistics;h=8cc918e3db8409a638dfcd99528e98a347c7a26c;hp=de16f29de9eaee8fb41cc25c013c05bc982263c1;hb=808f2617931dcd6f84637e1bff3a737b9368917c;hpb=2a9b2107ba9fec08e7883e7eeb13bd37c555c623 diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index de16f29de..8cc918e3d 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -49,10 +49,21 @@ config statistics 'collectd_unixsock' # input plugins +config statistics 'collectd_apcups' + option enable '0' + option Host 'localhost' + option Port '3551' + config statistics 'collectd_conntrack' option enable '0' +config statistics 'collectd_contextswitch' + option enable '0' + config statistics 'collectd_cpu' + option enable '1' + +config statistics 'collectd_cpufreq' option enable '0' config statistics 'collectd_df' @@ -113,7 +124,7 @@ config statistics 'collectd_load' option enable '1' config statistics 'collectd_memory' - option enable '0' + option enable '1' config statistics 'collectd_netlink' option enable '0' @@ -151,6 +162,11 @@ config statistics 'collectd_tcpconns' option ListeningPorts '0' option LocalPorts '22 80' +config statistics 'collectd_thermal' + option enable '0' + option IgnoreSelected '0' + option Device '' + config statistics 'collectd_uptime' option enable '0'