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:
Hannu Nyman 2020-12-13 11:02:50 +02:00
parent 51f55b58b7
commit 4a08cb912b

View file

@ -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'