Sign inSign up

bariskisir/websitedowntracker

By bariskisir

Updated 10 months ago

This service can monitor given websites and notify via Telegram message.

Image
0

2.2K

bariskisir/websitedowntracker repository overview

Website Down Tracker

WebsiteDownTracker is a background service running on .NET 10. This service can monitor given websites and notify via Telegram message.

Usage

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
Environment variables

"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)

Github

Tag summary

Content type

Image

Digest

sha256:2fadef145

Size

81 MB

Last updated

10 months ago

docker pull bariskisir/websitedowntracker