mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
Merge pull request #559 from mikeodr/mtr_fix
Removing erroneous line from mtr output.
This commit is contained in:
commit
275ec0ed66
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ fi
|
||||||
|
|
||||||
dotrace() {
|
dotrace() {
|
||||||
|
|
||||||
LC_ALL=C mtr -nrs 1024 -c 5 $totrace | grep -v "^HOST:" | LC_ALL=C awk -v C=$1 ' {
|
LC_ALL=C mtr -nrs 1024 -c 5 $totrace | grep -vi -E "^HOST:|^Start:" | 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