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/usr | |
parent | 5306660d04e81b15d7338ccb3e5229ba1e6dc129 (diff) |
* ffluci/statistics: add cbi models for processes and tcpconns plugin
Diffstat (limited to 'applications/luci-statistics/files/usr')
-rwxr-xr-x | applications/luci-statistics/files/usr/bin/stat-genconfig | 12 |
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" } + }, + } |