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:
parent
acc4135cd5
commit
fae716b478
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue