mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Add comment for hardcoded hop_o value and configs
This commit is contained in:
parent
d9cce2160f
commit
caa2f4be18
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ total+=$6
|
||||||
}
|
}
|
||||||
|
|
||||||
END {
|
END {
|
||||||
|
# Hard code the first hop (hop_0) as the local hostname
|
||||||
if ( C != "config" ) { print "hop_0.value U" }
|
if ( C != "config" ) { print "hop_0.value U" }
|
||||||
if ( C == "config" ) { print "hop_0.label " SRC_HOSTNAME }
|
if ( C == "config" ) { print "hop_0.label " SRC_HOSTNAME }
|
||||||
if ( C == "config" ) { print "hop_0.draw AREA" }
|
if ( C == "config" ) { print "hop_0.draw AREA" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue