freebsd-ports/sysutils/munin-common/files/patch-plugins_node.d_multiping.in
Mathieu Arnold ed49e7eb1c Update to 2.0.54.
While there, document why patches are there.
2020-01-27 14:00:11 +00:00

12 lines
333 B
Text

Initialize variable.
--- plugins/node.d/multiping.in.orig 2018-12-19 20:56:49 UTC
+++ plugins/node.d/multiping.in
@@ -58,6 +58,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Bos
host=${host:-www.google.com}
+site=0
if [ "$1" = "config" ]; then
echo graph_title Ping times
echo 'graph_args --base 1000 -l 0'