mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
fixed php5 idle/active values
This commit is contained in:
parent
d26e6e7d3e
commit
f15a674c84
@ -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…
Reference in New Issue
Block a user