From b5782a0f0d6559c4cb00d47f26495f7c0f61bd11 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Sat, 14 Aug 2021 15:22:25 -0400 Subject: [PATCH] collectd-mod-ping: add support for MaxMissed Signed-off-by: John Kohl --- utils/collectd/Makefile | 2 +- utils/collectd/files/usr/share/collectd/plugin/ping.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 9658ff0f27..e3d81c4f17 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.12.0 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://collectd.org/files/ \ diff --git a/utils/collectd/files/usr/share/collectd/plugin/ping.json b/utils/collectd/files/usr/share/collectd/plugin/ping.json index 53bc88caf2..2f91e5e3bd 100644 --- a/utils/collectd/files/usr/share/collectd/plugin/ping.json +++ b/utils/collectd/files/usr/share/collectd/plugin/ping.json @@ -1,7 +1,8 @@ { "string": [ "TTL", - "Interval" + "Interval", + "MaxMissed" ], "list": [ "Host" -- 2.30.2