This service can monitor given websites and notify via Telegram message.
2.2K
WebsiteDownTracker is a background service running on .NET 10. This service can monitor given websites and notify via Telegram message.
docker run -d --name website-down-tracker --restart always -e "Websites=https://www.google.com https://www.microsoft.com" -e "TelegramBotKey=BOT_KEY" -e "TelegramChatId=CHAT_ID" bariskisir/websitedowntracker
"Websites" -> list of websites.
"TelegramBotKey" -> telegram bot key Create telegram bot with @BotFather
"TelegramChatId" -> chat id or user id Get your user id with @userinfobot
"TelegramTimeoutMinute" -> timeout for telegram request in minute (default 1)
"Delay" -> check frequency in minute (default 5)
"Timeout" -> timeout for request in minute (default 2)
"DownCountLimit" -> Minimum allowed retry count (default 2)
Content type
Image
Digest
sha256:2fadef145…
Size
81 MB
Last updated
10 months ago
docker pull bariskisir/websitedowntracker