mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-19 00:53:19 +00:00
fixed php5 idle/active values
This commit is contained in:
parent
d26e6e7d3e
commit
f15a674c84
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue