mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Add comment for hardcoded hop_o value and configs
This commit is contained in:
parent
d9cce2160f
commit
caa2f4be18
@ -63,6 +63,7 @@ total+=$6
|
||||
}
|
||||
|
||||
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.label " SRC_HOSTNAME }
|
||||
if ( C == "config" ) { print "hop_0.draw AREA" }
|
||||
|
Loading…
Reference in New Issue
Block a user