summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root/etc/config
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2023-05-30 19:27:47 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2023-05-31 18:11:49 +0300
commitc9c395920e424cd188a663a6c3f4acfdf8d65012 (patch)
treee0bb46f0651cac243ed2996ebb4b8e0630a4c3b2 /applications/luci-app-statistics/root/etc/config
parent9b12a48c3f14beafae09eca99cca5e323ae72893 (diff)
luci-app-statistics: enhance tcpconns plugin
Modernize tcpconns plugin to match the features in collectd: * Support summary of all ports * 'All listening ports' can be concurrent to specified ports, not just alternative Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/root/etc/config')
-rw-r--r--applications/luci-app-statistics/root/etc/config/luci_statistics3
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics
index bb9ca15e8e..2008a7966a 100644
--- a/applications/luci-app-statistics/root/etc/config/luci_statistics
+++ b/applications/luci-app-statistics/root/etc/config/luci_statistics
@@ -203,7 +203,8 @@ config statistics 'collectd_splash_leases'
config statistics 'collectd_tcpconns'
option enable '0'
option ListeningPorts '0'
- option LocalPorts '22 80'
+ list LocalPorts '22'
+ option AllPortsSummary '0'
config statistics 'collectd_thermal'
option enable '0'