Easy to use check your sites
git clone https://github.com/slaveeks/Uptime_monitor
You can also write sites' domains, which you want to check, to config
SITES = ["https://site1.com", "https://site2.com"]
You can use docker to start checking
cd Uptime_monitor
dcoker-compose build
docker-compose up postgres
docker-compose up uptime_monitor