summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root/etc/config/luci_statistics
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2015-08-29 11:15:39 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2015-08-29 11:15:39 +0300
commit4f429c5c8d95bdd74a7e005364cb511410caea5e (patch)
tree4b7f54c904a553f3291a0296c39252b15c100f75 /applications/luci-app-statistics/root/etc/config/luci_statistics
parent6a4226b3d1cd71e5d3abd7219552aa7fb9dd6f65 (diff)
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 <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics')
-rw-r--r--applications/luci-app-statistics/root/etc/config/luci_statistics30
1 files 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'