collectd: enable AllPortsSummary for tcpconns plugin

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
(cherry picked from commit 8270bd173e)
[remove AUTORELEASE at the same time]
This commit is contained in:
Maxim Storchak 2023-06-02 17:53:18 +03:00 committed by Hannu Nyman
parent 7c4ce83613
commit 82f6aa5a21
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

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