Python script that can be run e.g. via a cronjob that pings a given list of servers and sends a notification via telegram if one of them is down.
Go to file
2021-03-26 23:35:55 +01:00
main.py #8 Sending Telegram message to Paddy in case the SQL server is down 2021-03-26 23:35:55 +01:00
requirements.txt Initial commit 2021-03-10 22:07:52 +01:00
ServerPingService.py #7 Fixing false negative results 2021-03-20 19:37:17 +01:00
SQLConnectionHandler.py Initial commit 2021-03-10 22:07:52 +01:00
TelegramHandler.py Initial commit 2021-03-10 22:07:52 +01:00
WebsitePingService.py #7 Fixing false negative results 2021-03-20 19:37:17 +01:00