applications/luci-statistics: Disable exec plugin by default, remove nonexistant scripts
This commit is contained in:
parent
8bea1337a9
commit
bc42562317
1 changed files with 1 additions and 7 deletions
|
@ -46,13 +46,7 @@ config 'statistics' 'collectd_email'
|
||||||
option 'SocketGroup' 'nogroup'
|
option 'SocketGroup' 'nogroup'
|
||||||
|
|
||||||
config 'statistics' 'collectd_exec'
|
config 'statistics' 'collectd_exec'
|
||||||
option 'enable' '1'
|
option 'enable' '0'
|
||||||
|
|
||||||
config 'collectd_exec_input'
|
|
||||||
option 'cmdline' '/usr/bin/stat-input-olsr'
|
|
||||||
|
|
||||||
config 'collectd_exec_notify'
|
|
||||||
option 'cmdline' '/usr/bin/stat-output-syslog'
|
|
||||||
|
|
||||||
config 'statistics' 'collectd_interface'
|
config 'statistics' 'collectd_interface'
|
||||||
option 'enable' '1'
|
option 'enable' '1'
|
||||||
|
|
Loading…
Reference in a new issue