collectd: enable AllPortsSummary for tcpconns plugin

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
Maxim Storchak 2023-05-29 23:04:28 +03:00 committed by Hannu Nyman
parent 67a854aee2
commit 8270bd173e
3 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=collectd PKG_NAME:=collectd
PKG_VERSION:=5.12.0 PKG_VERSION:=5.12.0
PKG_RELEASE:=42 PKG_RELEASE:=43
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \ PKG_SOURCE_URL:=https://collectd.org/files/ \

View File

@ -188,7 +188,8 @@ config globals 'globals'
#config plugin 'tcpconns' #config plugin 'tcpconns'
# option enable '0' # option enable '0'
# list ListeningPort '0' # option ListeningPorts '0'
# option AllPortsSummary '0'
# list LocalPort '22' # list LocalPort '22'
# list LocalPort '80' # list LocalPort '80'

View File

@ -1,6 +1,7 @@
{ {
"bool": [ "bool": [
"ListeningPorts" "ListeningPorts",
"AllPortsSummary"
], ],
"list": [ "list": [
"LocalPort", "LocalPort",