diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-12-13 11:02:50 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-12-13 11:05:29 +0200 |
commit | c052818ee981fdadd268cbac78ef3ae55bc55b1a (patch) | |
tree | 085f9a8ec744b749bccd710be6790d8a47f0b882 | |
parent | 09a1227b1e9685b3904e8c4b043bdc41ce70501f (diff) |
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>
-rw-r--r-- | applications/luci-app-statistics/root/etc/config/luci_statistics | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index 4c50867c0f..3806ea71d5 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -43,9 +43,9 @@ config statistics 'collectd_network' option enable '0' config statistics 'collectd_syslog' - option enable '0' - option LogLevel 'warning' - option NotifyLevel 'WARNING' + option enable '0' + option LogLevel 'warning' + option NotifyLevel 'WARNING' config statistics 'collectd_unixsock' option enable '0' @@ -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' |