Dead simple utility to check HTTP servers for availability.
You can use it as a CLI-app on your machine/server.
- Clone this repo
git clone https://github.com/cheatsnake/healthchecker.git
cd ./healthchecker
- Install packages
go mod download
- Build a binary from source
make build
- Run it!
./healthchecker -urls "https://example.com"
The manual page is preety straighforward:
healthcheck - show the availability of HTTP servers
Usage:
-urls "...URLs" - list of HTTP URLs to check
-help - print this manual
Examples:
healthcheck -urls "https://google.com https://github.com"
Source code: https://github.com/cheatsnake/healthchecker
Leave issue: https://github.com/cheatsnake/healthchecker/issues