+config 'statistics' 'rrdtool'
+ option 'default_timespan' '1hour'
+ option 'image_width' '400'
+ option 'image_path' '/tmp/rrdimg'
+
config 'statistics' 'collectd'
option 'BaseDir' '/var/run/collectd'
option 'Include' '/etc/collectd/conf.d'
config 'collectd_iptables_match'
option 'table' 'nat'
- option 'chain' 'luci_freifunk_postrouting'
+ option 'chain' 'luci_fw_postrouting'
option 'target' 'MASQUERADE'
option 'source' '192.168.1.0/24'
option 'outputif' 'br-ff'
option 'name' 'Verkehr LAN-Clients'
config 'collectd_iptables_match'
- option 'chain' 'luci_freifunk_postrouting'
+ option 'chain' 'luci_fw_postrouting'
option 'table' 'nat'
option 'target' 'MASQUERADE'
option 'source' '10.61.230.0/24'
option 'Timestamp' '1'
config 'statistics' 'collectd_netlink'
- option 'enable' '1'
+ option 'enable' '0'
option 'IgnoreSelected' '0'
option 'VerboseInterfaces' 'br-lan br-ff'
option 'QDiscs' 'br-lan br-ff'
config 'statistics' 'collectd_tcpconns'
option 'enable' '1'
option 'ListeningPorts' '0'
- option 'LocalPorts' '22 80 443'
+ option 'LocalPorts' '22 80'
config 'statistics' 'collectd_unixsock'
option 'enable' '0'
config 'statistics' 'collectd_wireless'
option 'enable' '1'
+config 'statistics' 'collectd_cpu'
+ option 'enable' '1'
+
config 'statistics' 'collectd_rrdtool'
option 'enable' '1'
option 'DataDir' '/tmp'
option 'RRARows' '100'
- option 'RRASingle' '0'
- option 'RRATimespans' '600 86400 604800 2678400'
+ option 'RRASingle' '1'
+ option 'RRATimespans' '10min 1hour 1day 1week 1month 1year'