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
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(backported and adapted from commit c052818ee9
)
This commit is contained in:
parent
51f55b58b7
commit
4a08cb912b
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,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'
|
||||
|
||||
|
@ -149,6 +149,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