nc -z -v -w2 $IP 1992
if [ $? -ne 0 ]; then
curl "https://api.telegram.org/$TOKEN/sendMessage?text=Не удалось соединиться&chat_id=$CHAT"
fi
STATUS=$(nc -z -v -w2 $IP 1992)
if [ $STATUS -ne 0 ]; then
curl "https://api.telegram.org/$TOKEN/sendMessage?text=Не удалось соединиться&chat_id=$CHAT"
fi
nc -z -v -w2 $IP 1992
STATUS=$?
if [ $STATUS -ne 0 ]; then
curl "https://api.telegram.org/$TOKEN/sendMessage?text=Не удалось соединиться&chat_id=$CHAT"
fi