applications/luci-statistics: add iwinfo config
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 14 Dec 2011 15:48:59 +0000 (15:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 14 Dec 2011 15:48:59 +0000 (15:48 +0000)
applications/luci-statistics/root/etc/config/luci_statistics

index bdd19a0..4d26b93 100644 (file)
@@ -108,9 +108,6 @@ config 'statistics' 'collectd_unixsock'
        option 'SocketFile' '/var/run/collectd/query.sock'
        option 'SocketGroup' 'nogroup'
 
-config 'statistics' 'collectd_wireless'
-       option 'enable' '1'
-
 config 'statistics' 'collectd_cpu'
        option 'enable' '1'
 
@@ -131,3 +128,6 @@ config 'statistics' 'collectd_olsrd'
        option 'enable' '1'
        option 'Port' '2006'
        option 'Host' '127.0.0.1'
+
+config 'statistics' 'collectd_iwinfo'
+       option 'enable' '1'