Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drkpxl/drktime

A very basic monitor for monitoring the uptime of websites. Checks for both a 200 heartbeat AND unique text strings on page. When an outage is spotted it logs to text file.
https://github.com/drkpxl/drktime

Last synced: 23 days ago
JSON representation

A very basic monitor for monitoring the uptime of websites. Checks for both a 200 heartbeat AND unique text strings on page. When an outage is spotted it logs to text file.

Awesome Lists containing this project

README

        

# Setup

*Requirements*
* Pip3
* Python3

`python -m pip install requests`
`pip3 install pyyaml`

Edit `servers.yaml` to include your domains the the unique text strings to search for on those pages.

Edit `sleep` time to be whatever interval you want

Set up as a systemd process

Enjoy!