collectd-mod-ping: add support for MaxMissed

Signed-off-by: John Kohl <jtk.git@bostonpog.org>
This commit is contained in:
John Kohl 2021-08-14 15:22:25 -04:00 committed by Hannu Nyman
parent b1d38e7ab3
commit b5782a0f0d
2 changed files with 3 additions and 2 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:=10 PKG_RELEASE:=11
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

@ -1,7 +1,8 @@
{ {
"string": [ "string": [
"TTL", "TTL",
"Interval" "Interval",
"MaxMissed"
], ],
"list": [ "list": [
"Host" "Host"