mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
commit
d971fb5e27
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ if [ "$1" = "config" ]; then
|
|||
exit 0
|
||||
else
|
||||
awk '
|
||||
/^idle/ {print "active.value " $3}
|
||||
/^active/{print "idle.value " $3}
|
||||
/^idle/ {print "idle.value " $3}
|
||||
/^active/{print "active.value " $3}
|
||||
/^total/ {print "total.value " $3}
|
||||
' < $statusfile
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue