From 2ff6de7ee9df7257463fcccb9cc62815f7971552 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 10 Dec 2014 15:52:14 +0000 Subject: Fix the bind9_rndc plugin wrt Perl 5.18+ hash randomzation. While there, group all patches for the three ports in munin-common, and remove an obsolete patch. PR: 195689 Submitted by: Vlad "Blackflow" K. Sponsored by: Absolight --- sysutils/munin-common/files/patch-plugins_node.d_multiping.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysutils/munin-common/files/patch-plugins_node.d_multiping.in (limited to 'sysutils/munin-common/files/patch-plugins_node.d_multiping.in') diff --git a/sysutils/munin-common/files/patch-plugins_node.d_multiping.in b/sysutils/munin-common/files/patch-plugins_node.d_multiping.in new file mode 100644 index 000000000000..7f3e2995214c --- /dev/null +++ b/sysutils/munin-common/files/patch-plugins_node.d_multiping.in @@ -0,0 +1,10 @@ +--- plugins/node.d/multiping.in.orig 2014-11-24 21:46:24 UTC ++++ plugins/node.d/multiping.in +@@ -59,6 +59,7 @@ if [ -z "$host" ]; then + 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' -- cgit v1.2.3