blob: 7f3e2995214c151a4ec13a76a973ffe07e50b80c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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'
|