Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drkpxl/drktime
- Owner: drkpxl
- Created: 2020-09-25T15:36:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T22:07:57.000Z (about 4 years ago)
- Last Synced: 2024-11-29T22:12:33.483Z (27 days ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!