* ffluci/statistics: add cbi models for processes and tcpconns plugin
[project/luci.git] / applications / luci-statistics / files / usr / bin / stat-genconfig
index f5a3529..eb06887 100755 (executable)
@@ -241,6 +241,18 @@ plugins = {
 
        network = config_network,
 
+       processes = {
+               { },
+               { },
+               { "Processs" }
+       },
+
+       tcpconns = {
+               { },
+               { "ListeningPorts" },
+               { "LocalPorts", "RemotePorts" }
+       },
+
 }