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:
Hannu Nyman 2020-12-13 11:02:50 +02:00
parent 09a1227b1e
commit c052818ee9

View file

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