Skip to content

mcls/hcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

hcheck

Poor man's health check. Intended to be put in your bashrc/zshrc/whatever.

Install

go get github.com/mcls/hcheck

Usage

usage: hcheck [flags] [urls]
  -errors-only
    only print errors
  -timeout duration
    request timeout in ms (default 500ms)

Example

$ hcheck -timeout 1000ms \
    https://github.com \
    https://google.com \
    https://www.facebook.com
200 OK (293ms) - https://www.facebook.com
200 OK (333ms) - https://google.com
200 OK (423ms) - https://github.com

About

A poor man's health check

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published