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-20 19:37:17 +01:00
main.py Changing saving behavior for server that is not reachable 2021-03-18 18:21:45 +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