mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-19 00:53:19 +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() {
|
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
|
label=$2
|
||||||
x=gsub("\\.","_",label)
|
x=gsub("\\.","_",label)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue