diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-21 03:56:35 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-21 03:56:35 +0000 |
commit | aed4df18d9ddb9c14ac8a1c0c82f9a90c3c853de (patch) | |
tree | 5a76ef46ed5914b7dc303beca51871d872331b67 /applications/luci-statistics/files/etc/config | |
parent | 5306660d04e81b15d7338ccb3e5229ba1e6dc129 (diff) |
* ffluci/statistics: add cbi models for processes and tcpconns plugin
Diffstat (limited to 'applications/luci-statistics/files/etc/config')
-rw-r--r-- | applications/luci-statistics/files/etc/config/luci_statistics | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-statistics/files/etc/config/luci_statistics b/applications/luci-statistics/files/etc/config/luci_statistics index 19e39c720e..777f237b70 100644 --- a/applications/luci-statistics/files/etc/config/luci_statistics +++ b/applications/luci-statistics/files/etc/config/luci_statistics @@ -97,3 +97,12 @@ config 'collectd_network_listen' config 'collectd_network_server' option 'host' '0.0.0.0' +config 'statistics' 'collectd_processes' + option 'enable' '1' + option 'Processs' 'olsrd tincd bmxd' + +config 'statistics' 'collectd_tcpconns' + option 'enable' '1' + option 'ListeningPorts' '0' + option 'LocalPorts' '22 80 443' + |