diff options
Diffstat (limited to 'applications/luci-statistics/root/usr/bin/stat-genconfig')
-rwxr-xr-x | applications/luci-statistics/root/usr/bin/stat-genconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-statistics/root/usr/bin/stat-genconfig b/applications/luci-statistics/root/usr/bin/stat-genconfig index 2b312cccf..97c3628ab 100755 --- a/applications/luci-statistics/root/usr/bin/stat-genconfig +++ b/applications/luci-statistics/root/usr/bin/stat-genconfig @@ -192,6 +192,7 @@ function _list_expand( c, l, nopad ) k = n:gsub("(%w+)s", "%1") end + str = str .. _expand( c[n], k, nopad ) end end @@ -257,6 +258,12 @@ plugins = { { } }, + conntrack = { + { }, + { }, + { } + }, + cpu = { { }, { }, @@ -327,6 +334,8 @@ plugins = { { "Interfaces", "WatchAdds" } }, + memory = { }, + netlink = { { }, { "IgnoreSelected" }, |