UptimeRobot
Зареєструйтесь на uptimerobot.com. Безкоштовний план: 50 моніторів, інтервал 5 хвилин.
Telegram-алерти з VPS
HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" "https://yoursite.com")
if [ "$HTTP_CODE" != "200" ]; then
curl -s "https://api.telegram.org/bot$TOKEN/sendMessage" -d "chat_id=$ID" -d "text=Site down! Code: $HTTP_CODE"
fi