ports/sysutils/munin-node/files/patch-plugins__node.d__multiping.in
Mathieu Arnold 7cfb172ecf - Add missing dependency on www/p5-libwww [1]
- Fix fail2ban's path [2] (while there, make plugins.conf PREFIX safe)
- Fix multiping plugin [3] (while there, regenerate patches)
- Add a forgotten run dep on Java.

PR:		192341 [1]
Submitted by:	fbsd@shoggothmedia.com [1]
PR:		179549 [2]
Submitted by:	fabian@bug.ch [2]
PR:		192332 [3]
Submitted by:	fbsd@shoggothmedia.com [3]
Sponsored by:	Absolight
2014-09-03 07:28:40 +00:00

10 lines
276 B
Text

--- plugins/node.d/multiping.in.orig 2014-04-22 19:29:32 UTC
+++ plugins/node.d/multiping.in
@@ -59,6 +59,7 @@
host=${host:-${file_host:-www.google.com}}
fi
+site=0
if [ "$1" = "config" ]; then
echo graph_title Ping times
echo 'graph_args --base 1000 -l 0'