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-10 22:07:52 +01:00
main.py Initial commit 2021-03-10 22:07:52 +01:00
requirements.txt Initial commit 2021-03-10 22:07:52 +01:00
ServerPingService.py Initial commit 2021-03-10 22:07:52 +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 Initial commit 2021-03-10 22:07:52 +01:00