mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
commit
d971fb5e27
@ -41,8 +41,8 @@ if [ "$1" = "config" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
awk '
|
awk '
|
||||||
/^idle/ {print "active.value " $3}
|
/^idle/ {print "idle.value " $3}
|
||||||
/^active/{print "idle.value " $3}
|
/^active/{print "active.value " $3}
|
||||||
/^total/ {print "total.value " $3}
|
/^total/ {print "total.value " $3}
|
||||||
' < $statusfile
|
' < $statusfile
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user