Skip to content

hoch is a simple utility to do uptime check on the given endpoint. While doing some upgrades to your servers or running some deployment pipelines, you might want to check if the endpoint is up and running. UP is a simple utility to do that. It continue to poll the endpoint and a simple asterisk would be shown for every response. The color code o…

License

Notifications You must be signed in to change notification settings

jawahars16/hoch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOCH

hoch is a simple utility to do uptime check on the given endpoint. While doing some upgrades to your servers or running some deployment pipelines, you might want to check if the endpoint is up and running. UP is a simple utility to do that. It continue to poll the endpoint and a simple asterisk would be shown for every response. The color code of asterisk would help you differentiate the response. At the end of run, it would show the summary of the response.

hoch

Installation

npm install -g hoch

Usage

hoch http://localhost:3000

Options

interval

Configure the interval between each poll. Unit is in seconds. Default is 1 second.

-i, --interval <interval>

method

Configure the method to use for the request. Default is GET.

-X, --method <method>

version

Show the version of the utility.

--version

License

hoch is made available under the terms of the MIT License. See LICENSE for details.

About

hoch is a simple utility to do uptime check on the given endpoint. While doing some upgrades to your servers or running some deployment pipelines, you might want to check if the endpoint is up and running. UP is a simple utility to do that. It continue to poll the endpoint and a simple asterisk would be shown for every response. The color code o…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published