This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
b1d38e7ab3
commit
b5782a0f0d
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/collectd/Makefile
+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
:=
1
0
PKG_RELEASE
:=
1
1
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"
Write
Preview
Loading…
Cancel
Save