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
- Host: GitHub
- URL: https://github.com/johnweldon/http-monitor
- Owner: johnweldon
- Created: 2020-08-12T08:21:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T08:21:36.000Z (almost 6 years ago)
- Last Synced: 2023-03-13T16:43:17.485Z (over 3 years ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.