mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
collectd: enable AllPortsSummary for tcpconns plugin
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
(cherry picked from commit 8270bd173e)
This commit is contained in:
committed by
Hannu Nyman
parent
fb42a3a145
commit
d8092a26f3
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=collectd
|
||||
PKG_VERSION:=5.12.0
|
||||
PKG_RELEASE:=42
|
||||
PKG_RELEASE:=43
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"bool": [
|
||||
"ListeningPorts"
|
||||
"ListeningPorts",
|
||||
"AllPortsSummary"
|
||||
],
|
||||
"list": [
|
||||
"LocalPort",
|
||||
|
||||
Reference in New Issue
Block a user