blob: 6e48ca3466053428443ce42382258e1c7d572bf3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- plugins/node.d/multiping.in.orig 2018-07-24 11:34:38 UTC
+++ plugins/node.d/multiping.in
@@ -58,6 +58,7 @@ Foundation, Inc., 51 Franklin Street, Fi
host=${host:-www.google.com}
+site=0
if [ "$1" = "config" ]; then
echo graph_title Ping times
echo 'graph_args --base 1000 -l 0'
|