From c9c395920e424cd188a663a6c3f4acfdf8d65012 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 30 May 2023 19:27:47 +0300 Subject: 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 --- applications/luci-app-statistics/root/etc/config/luci_statistics | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'applications/luci-app-statistics/root/etc/config') 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' -- cgit v1.2.3