luci-app-statistics: correct/tidy default config
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 13 Dec 2020 09:02:50 +0000 (11:02 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 13 Dec 2020 10:19:09 +0000 (12:19 +0200)
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)

applications/luci-app-statistics/root/etc/config/luci_statistics

index 1ab03f99e557d288647b162491b1ea550fa06573..898f0bbdab302386285fddcc633f791bcc88cae4 100644 (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'