From: Manuel Munz Date: Mon, 28 Nov 2011 15:17:50 +0000 (+0000) Subject: applications/luci-statistics: Disable exec plugin by default, remove nonexistant... X-Git-Tag: 0.11.0~1314 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=bc42562317017282b1b967ab310c2e7f69179691 applications/luci-statistics: Disable exec plugin by default, remove nonexistant scripts --- diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index ea3f722a66..e9d5d59dc2 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -46,13 +46,7 @@ config 'statistics' 'collectd_email' option 'SocketGroup' 'nogroup' config 'statistics' 'collectd_exec' - option 'enable' '1' - -config 'collectd_exec_input' - option 'cmdline' '/usr/bin/stat-input-olsr' - -config 'collectd_exec_notify' - option 'cmdline' '/usr/bin/stat-output-syslog' + option 'enable' '0' config 'statistics' 'collectd_interface' option 'enable' '1'