Browse Source

collectd-mod-ping: add support for MaxMissed

Signed-off-by: John Kohl <jtk.git@bostonpog.org>
lilik-openwrt-22.03
John Kohl 3 years ago
committed by Hannu Nyman
parent
commit
b5782a0f0d
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      utils/collectd/Makefile
  2. +2
    -1
      utils/collectd/files/usr/share/collectd/plugin/ping.json

+ 1
- 1
utils/collectd/Makefile View File

@ -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/ \


+ 2
- 1
utils/collectd/files/usr/share/collectd/plugin/ping.json View File

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


Loading…
Cancel
Save