diff options
author | Nick Hainke <vincent@systemli.org> | 2020-12-11 22:29:44 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-01-09 18:53:01 +0200 |
commit | c7756834b727137dbdee9abfb8bb7642f311d38f (patch) | |
tree | affc99c91236fc86a9a6590ae3c8dd3f5bea293f /applications/luci-app-statistics/root/etc/config/luci_statistics | |
parent | a7dde1a2a59f6bc62df9e8e826cd1ea6707a5197 (diff) |
luci-app-statistics: add snmp6 collector
Add IPv6 statistics.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics')
-rw-r--r-- | applications/luci-app-statistics/root/etc/config/luci_statistics | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index 3d4e80780d..6edcb30d4e 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -188,6 +188,11 @@ config statistics 'collectd_processes' config statistics 'collectd_sensors' option enable '0' +config statistics 'collectd_snmp6' + option enable '0' + option Interfaces 'br-lan' + option IgnoreSelected '0' + config statistics 'collectd_splash_leases' option enable '0' |