mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
fix "value" output
This commit is contained in:
parent
47a45bdfa2
commit
ebd7655f6c
1 changed files with 1 additions and 1 deletions
|
@ -92,5 +92,5 @@ awk 'BEGIN{ FS="[ = ]" }
|
|||
/requestcount/ { next;} # IGNORE
|
||||
/-count / { nwhat = split($1, what, ".")
|
||||
gsub(/-count/, "", what[nwhat])
|
||||
print what[nwhat] ".value=" $NF}
|
||||
print what[nwhat] ".value " $NF}
|
||||
'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue