diff options
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' + |