mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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:
committed by
Hannu Nyman
parent
7c4ce83613
commit
82f6aa5a21
@@ -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:=$(AUTORELEASE)
|
PKG_RELEASE:=34
|
||||||
|
|
||||||
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/ \
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"bool": [
|
"bool": [
|
||||||
"ListeningPorts"
|
"ListeningPorts",
|
||||||
|
"AllPortsSummary"
|
||||||
],
|
],
|
||||||
"list": [
|
"list": [
|
||||||
"LocalPort",
|
"LocalPort",
|
||||||
|
|||||||
Reference in New Issue
Block a user