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

https://github.com/johnweldon/http-monitor

URL / HTTP Uptime and Expectation checker
https://github.com/johnweldon/http-monitor

Last synced: about 1 year ago
JSON representation

URL / HTTP Uptime and Expectation checker

Awesome Lists containing this project

README

          

# http-monitor

Tool to validate expectations about endpoints.

Given a list of urls with associated methods, headers, and expected
results, this tool will periodically test all those expectations and
report anomalies.

Uses `go generate` because I wanted to figure out how to use that.