luci-app-statistics: correct/tidy default config
Tidy up the current default config for statistics: * df: use /overlay as the example mount point instead of /jffs * openvpn: add missing section * syslog: remove leading whitespaces Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
09a1227b1e
commit
c052818ee9
1 changed files with 7 additions and 4 deletions
|
@ -81,7 +81,7 @@ config statistics 'collectd_curl'
|
|||
config statistics 'collectd_df'
|
||||
option enable '0'
|
||||
option Devices '/dev/mtdblock/4'
|
||||
option MountPoints '/jffs'
|
||||
option MountPoints '/overlay'
|
||||
option FSTypes 'tmpfs'
|
||||
option IgnoreSelected '0'
|
||||
option ValuesPercentage '0'
|
||||
|
@ -166,6 +166,9 @@ config statistics 'collectd_olsrd'
|
|||
option Port '2006'
|
||||
option Host '127.0.0.1'
|
||||
|
||||
config statistics 'collectd_openvpn'
|
||||
option enable '0'
|
||||
|
||||
config statistics 'collectd_ping'
|
||||
option enable '0'
|
||||
option TTL '127'
|
||||
|
|
Loading…
Reference in a new issue