X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-statistics%2Froot%2Fetc%2Fconfig%2Fluci_statistics;h=4d26b933d99cdd7f42edd4243d855f5458d1876d;hp=fe3a1cba94c9e5792d80c8dab9b2f63248e971bc;hb=a8024bc0da8a06c83a99dfe5478a7a2c5dc53742;hpb=7ab8b51bd1a1d91e5ee18a0bf2db2a6cda031944 diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index fe3a1cba9..4d26b933d 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -15,6 +15,7 @@ config 'statistics' 'collectd' config 'statistics' 'collectd_ping' option 'enable' '0' option 'TTL' '127' + option 'Interval' '30' option 'Hosts' '127.0.0.1' config 'statistics' 'collectd_csv' @@ -45,13 +46,7 @@ config 'statistics' 'collectd_email' option 'SocketGroup' 'nogroup' config 'statistics' 'collectd_exec' - option 'enable' '1' - -config 'collectd_exec_input' - option 'cmdline' '/usr/bin/stat-input-olsr' - -config 'collectd_exec_notify' - option 'cmdline' '/usr/bin/stat-output-syslog' + option 'enable' '0' config 'statistics' 'collectd_interface' option 'enable' '1' @@ -99,14 +94,9 @@ config 'statistics' 'collectd_netlink' config 'statistics' 'collectd_network' option 'enable' '0' -config 'collectd_network_listen' - option 'host' '0.0.0.0' - -config 'collectd_network_server' - option 'host' '0.0.0.0' - config 'statistics' 'collectd_processes' option 'enable' '1' + option 'Processes' 'uhttpd dnsmasq dropbear' config 'statistics' 'collectd_tcpconns' option 'enable' '1' @@ -118,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' @@ -129,4 +116,18 @@ config 'statistics' 'collectd_rrdtool' option 'DataDir' '/tmp' option 'RRARows' '100' option 'RRASingle' '1' - option 'RRATimespans' '10min 1hour 1day 1week 1month 1year' + option 'RRATimespans' '1hour 1day 1week 1month 1year' + +config 'statistics' 'collectd_memory' + option 'enable' '1' + +config 'statistics' 'collectd_conntrack' + option 'enable' '1' + +config 'statistics' 'collectd_olsrd' + option 'enable' '1' + option 'Port' '2006' + option 'Host' '127.0.0.1' + +config 'statistics' 'collectd_iwinfo' + option 'enable' '1'