mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
More fixes
This commit is contained in:
parent
6e8b2b3fea
commit
d100d2409b
@ -376,8 +376,7 @@ if [ "$1" = "config" ] ; then
|
||||
fi
|
||||
done
|
||||
if [ -z $nas_server_ok ]; then
|
||||
echo "No active data movers!"
|
||||
exit 1
|
||||
echo "No active data movers!" 1>&2
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
@ -507,8 +506,7 @@ member_elements=$(run_remote server_stats "$server" -count 1 -terminationsummary
|
||||
fi
|
||||
done
|
||||
if [ -z $nas_server_ok ]; then
|
||||
echo "No active data movers!"
|
||||
exit 1
|
||||
echo "No active data movers!" 1>&2
|
||||
fi
|
||||
exit 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user