2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

p/cpu_: fix test for guest_nice emptyness

The simple "=" is prefered to the "==" one, as we don't need to test numeric
values.
This commit is contained in:
Steve Schnepp 2014-03-14 11:58:19 +01:00
parent 83df6155fa
commit b7f5c3fd06

View File

@ -87,9 +87,7 @@ emit_values()
{
while read key user nice system idle iowait irq softirq steal guest guest_nice
do
if [ "$guest_nice" == "" ]; then
guest_nice=0
fi
[ "$guest_nice" = "" ] && guest_nice=0
[ "$key" != "$1" ] && continue
cat <<EOF
system.value $system