X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-statistics%2Froot%2Fetc%2Fconfig%2Fluci_statistics;h=e39db3513ae7572e45bad6012dc0bf70d8af554c;hp=de94b3a6a2e17fd8974d336584fa9be95b8c5aa1;hb=ccdc6535a9e1eefa109bc491a204e32281d13063;hpb=20c24b09b25b8c8d7d3b500f6001618a1c230d15 diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index de94b3a6a..e39db3513 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -46,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' @@ -100,14 +94,12 @@ 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_splash_leases' + option enable '1' config 'statistics' 'collectd_tcpconns' option 'enable' '1' @@ -119,15 +111,33 @@ 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' config 'statistics' 'collectd_rrdtool' option 'enable' '1' - option 'DataDir' '/tmp' + option 'DataDir' '/tmp/rrd' option 'RRARows' '100' option 'RRASingle' '1' 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' + +config 'statistics' 'collectd_nut' + option 'enable' '0' + option 'UPS' 'myupsname' + +config 'statistics' 'collectd_uptime' + option 'enable' '1'