summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/files/usr
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-05-21 03:56:35 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-05-21 03:56:35 +0000
commitaed4df18d9ddb9c14ac8a1c0c82f9a90c3c853de (patch)
tree5a76ef46ed5914b7dc303beca51871d872331b67 /applications/luci-statistics/files/usr
parent5306660d04e81b15d7338ccb3e5229ba1e6dc129 (diff)
* ffluci/statistics: add cbi models for processes and tcpconns plugin
Diffstat (limited to 'applications/luci-statistics/files/usr')
-rwxr-xr-xapplications/luci-statistics/files/usr/bin/stat-genconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/applications/luci-statistics/files/usr/bin/stat-genconfig b/applications/luci-statistics/files/usr/bin/stat-genconfig
index f5a3529ae8..eb0688764b 100755
--- a/applications/luci-statistics/files/usr/bin/stat-genconfig
+++ b/applications/luci-statistics/files/usr/bin/stat-genconfig
@@ -241,6 +241,18 @@ plugins = {
network = config_network,
+ processes = {
+ { },
+ { },
+ { "Processs" }
+ },
+
+ tcpconns = {
+ { },
+ { "ListeningPorts" },
+ { "LocalPorts", "RemotePorts" }
+ },
+
}