mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
- 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
10 lines
276 B
Text
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'
|