私のシェルスクリプト:
sudo /etc/init.d/haproxy reload
if [ $? -ne 0 ]
then
echo "Fail to reload services."
fi
次のようなサービス再開アラート中にエラーをキャッチできません。
[ALERT] 104/005618 (6110) : Starting frontend tinasay: cannot bind socket
どうすればそのアラートをキャッチできますか?