mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin cpu-usage-by-process: fix autoconf output
This commit is contained in:
parent
45290417ab
commit
b59ec071a5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if [ "$1" = "autoconf" ] ; then
|
||||||
if [ -n "$procs" ] ; then
|
if [ -n "$procs" ] ; then
|
||||||
echo "yes"
|
echo "yes"
|
||||||
else
|
else
|
||||||
echo "\$procs not defined."
|
echo "no (environment variable 'procs' is not defined)"
|
||||||
fi
|
fi
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue