From 4f429c5c8d95bdd74a7e005364cb511410caea5e Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 29 Aug 2015 11:15:39 +0300 Subject: [PATCH] statistics: adjust default settings to match default plugins Adjust default settings to match the plugins installed by default (default plugins: iwinfo, interface, load) * disable plugins not installed by default to avoid error messages at start * remove references to Freifunk interfaces, as most users do not have those Signed-off-by: Hannu Nyman --- .../root/etc/config/luci_statistics | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index f4e2faf45..abcee3e93 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -50,10 +50,10 @@ config statistics 'collectd_unixsock' # input plugins config statistics 'collectd_conntrack' - option enable '1' + option enable '0' config statistics 'collectd_cpu' - option enable '1' + option enable '0' config statistics 'collectd_df' option enable '0' @@ -69,7 +69,7 @@ config statistics 'collectd_disk' config statistics 'collectd_dns' option enable '0' - option Interfaces 'ffdhcp ff br-lan' + option Interfaces 'br-lan' option IgnoreSources '127.0.0.1' config statistics 'collectd_entropy' @@ -80,11 +80,11 @@ config statistics 'collectd_exec' config statistics 'collectd_interface' option enable '1' - option Interfaces 'br-lan br-ff' + option Interfaces 'br-lan' option IgnoreSelected '0' config statistics 'collectd_iptables' - option enable '1' + option enable '0' config collectd_iptables_match option table 'nat' @@ -92,7 +92,7 @@ config collectd_iptables_match option target 'MASQUERADE' option source '192.168.1.0/24' option outputif 'br-ff' - option name 'Verkehr LAN-Clients' + option name 'LAN-Clients traffic' config collectd_iptables_match option chain 'luci_fw_postrouting' @@ -100,7 +100,7 @@ config collectd_iptables_match option target 'MASQUERADE' option source '10.61.230.0/24' option outputif 'br-ff' - option name 'Verkehr WLAN-Clients' + option name 'WLAN-Clients traffic' config statistics 'collectd_irq' option enable '0' @@ -113,20 +113,20 @@ config statistics 'collectd_load' option enable '1' config statistics 'collectd_memory' - option enable '1' + option enable '0' config statistics 'collectd_netlink' option enable '0' option IgnoreSelected '0' - option VerboseInterfaces 'br-lan br-ff' - option QDiscs 'br-lan br-ff' + option VerboseInterfaces 'br-lan' + option QDiscs 'br-lan' config statistics 'collectd_nut' option enable '0' option UPS 'myupsname' config statistics 'collectd_olsrd' - option enable '1' + option enable '0' option Port '2006' option Host '127.0.0.1' @@ -137,17 +137,17 @@ config statistics 'collectd_ping' option Hosts '127.0.0.1' config statistics 'collectd_processes' - option enable '1' + option enable '0' option Processes 'uhttpd dnsmasq dropbear' config statistics 'collectd_splash_leases' - option enable '1' + option enable '0' config statistics 'collectd_tcpconns' - option enable '1' + option enable '0' option ListeningPorts '0' option LocalPorts '22 80' config statistics 'collectd_uptime' - option enable '1' + option enable '0' -- 2.11.0