1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

decrease pings to 5 for faster polling

This commit is contained in:
Charlie Allom 2012-04-17 22:47:30 +01:00
parent acc4135cd5
commit fae716b478

View file

@ -50,7 +50,7 @@ fi
dotrace() {
LC_ALL=C mtr -nrs 1024 -c 10 $totrace | grep -v "^HOST:" | LC_ALL=C awk -v C=$1 ' {
LC_ALL=C mtr -nrs 1024 -c 5 $totrace | grep -v "^HOST:" | LC_ALL=C awk -v C=$1 ' {
label=$2
x=gsub("\\.","_",label)