summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-05-22 16:41:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-05-22 16:41:12 +0000
commit505c3208c90d649cd2397a100c93925d480cce91 (patch)
tree2dcbc235e5668fce49a16b2e9a1761166efe746c
parent6604399aa8f35d33c53a5e5a1fea765f401aef5e (diff)
* ffluci/statistics: updated default config
-rw-r--r--applications/luci-statistics/files/etc/config/luci_statistics14
1 files changed, 7 insertions, 7 deletions
diff --git a/applications/luci-statistics/files/etc/config/luci_statistics b/applications/luci-statistics/files/etc/config/luci_statistics
index 1bb183f36..b8642b680 100644
--- a/applications/luci-statistics/files/etc/config/luci_statistics
+++ b/applications/luci-statistics/files/etc/config/luci_statistics
@@ -1,4 +1,3 @@
-
config 'statistics' 'general'
option 'BaseDir' '/var/run/collectd'
option 'Include' '/etc/collectd/conf.d'
@@ -9,7 +8,7 @@ config 'statistics' 'general'
option 'ReadThreads' '2'
config 'statistics' 'collectd_ping'
- option 'enable' '1'
+ option 'enable' '0'
option 'TTL' '127'
option 'Hosts' '127.0.0.1'
@@ -19,24 +18,24 @@ config 'statistics' 'collectd_csv'
option 'DataDir' '/tmp'
config 'statistics' 'collectd_df'
- option 'enable' '1'
+ option 'enable' '0'
option 'Devices' '/dev/mtdblock/4'
option 'MountPoints' '/jffs'
option 'FSTypes' 'tmpfs'
option 'IgnoreSelected' '0'
config 'statistics' 'collectd_disk'
- option 'enable' '1'
+ option 'enable' '0'
option 'Disks' 'hda1 hdb'
option 'IgnoreSelected' '0'
config 'statistics' 'collectd_dns'
- option 'enable' '1'
+ option 'enable' '0'
option 'Interfaces' 'ffdhcp ff br-lan'
option 'IgnoreSources' '127.0.0.1'
config 'statistics' 'collectd_email'
- option 'enable' '1'
+ option 'enable' '0'
option 'SocketFile' '/var/run/collectd/email.sock'
option 'SocketGroup' 'nogroup'
@@ -74,7 +73,7 @@ config 'collectd_iptables_match'
option 'name' 'Verkehr WLAN-Clients'
config 'statistics' 'collectd_irq'
- option 'enable' '1'
+ option 'enable' '0'
option 'Irqs' '2 3 4 7'
config 'statistics' 'collectd_logfile'
@@ -119,3 +118,4 @@ config 'statistics' 'collectd_rrdtool'
option 'DataDir' '/tmp'
option 'RRARows' '100'
option 'RRASingle' '1'
+ option 'RRATimespans' '600 86400 604800 2678400'