Skip to content

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

License

Notifications You must be signed in to change notification settings

borgmanJeremy/host_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages