/host_monitor

Application to check if a host is up and send pushover push notification if it is down.

Primary LanguagePythonMIT LicenseMIT

Tips

If you are running this on a machine that is also acting as the reverse proxy, some of the DNS can get wonky. An easy work around is to run the script in a container and provide a custom DNS server.

docker run \
    --dns 8.8.8.8 \
    -v <path_to_repo>:/host_monitor \
    python:slim python3 /host_monitor/monitor.py -u <url> -n <service_name>