summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-06-10 22:08:27 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-06-10 22:08:27 +0000
commit4495c0326c2660fc9bb236820b789c01cc145d23 (patch)
treef3c672a54300eca7e3f5d58aee105a6ef5c99540 /applications/luci-statistics
parent547267844003779107a6a0c220194351008fe224 (diff)
* luci/statistics: add and enable load plugin by default
Diffstat (limited to 'applications/luci-statistics')
-rw-r--r--applications/luci-statistics/root/etc/config/luci_statistics3
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics
index 072d7d67c..f6d870e05 100644
--- a/applications/luci-statistics/root/etc/config/luci_statistics
+++ b/applications/luci-statistics/root/etc/config/luci_statistics
@@ -81,6 +81,9 @@ config 'statistics' 'collectd_irq'
option 'enable' '0'
option 'Irqs' '2 3 4 7'
+config 'statistics' 'collectd_load'
+ option 'enable' '1'
+
config 'statistics' 'collectd_logfile'
option 'enable' '0'
option 'LogLevel' 'notice'