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