mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Plugin multibandwidth: unify whitespace
This commit is contained in:
parent
5fb2e02eab
commit
ecc6e30d55
1 changed files with 23 additions and 23 deletions
|
@ -89,16 +89,16 @@ case $1 in
|
||||||
echo "$fieldname.draw LINE2"
|
echo "$fieldname.draw LINE2"
|
||||||
echo "$fieldname.info Bandwidth statistics for $host"
|
echo "$fieldname.info Bandwidth statistics for $host"
|
||||||
done
|
done
|
||||||
exit 0;;
|
exit 0
|
||||||
|
;;
|
||||||
autoconf)
|
autoconf)
|
||||||
if command -v bing >/dev/null 2>&1; then
|
if command -v bing 2>/dev/null; then
|
||||||
echo 'yes'
|
echo 'yes'
|
||||||
exit 0;
|
|
||||||
else
|
else
|
||||||
echo 'no (bing not installed)'
|
echo 'no (bing not installed)'
|
||||||
exit 0;
|
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue