Skip to content

๐Ÿ“ Dead simple utility to check HTTP servers for availability.

Notifications You must be signed in to change notification settings

cheatsnake/healthchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Health Checker

Dead simple utility to check HTTP servers for availability.

Command line app

You can use it as a CLI-app on your machine/server.

  1. Clone this repo
git clone https://github.com/cheatsnake/healthchecker.git
cd ./healthchecker
  1. Install packages
go mod download
  1. Build a binary from source
make build
  1. 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

About

๐Ÿ“ Dead simple utility to check HTTP servers for availability.

Topics

Resources

Stars

Watchers

Forks