Skip to content

A simple command-line tool to check the health of a given URL, or PORT.

License

Notifications You must be signed in to change notification settings

NoCapCbas/savviPingPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health Checker CLI Tool

A simple command-line tool to check the health of a given URL.

Usage

Health Check Site

Run the tool with the following command:

go run main.go -url <URL>

Replace with the URL you want to check.

Healthy Example:

go run main.go -url https://www.example.com/

Health Check Port

Run the tool with the following command:

go run main.go -port <PORT> -host <HOST>

Replace with the port you want to check. Replace with the host you want to check.

Healthy Example:

go run main.go -port 80 -host example.com

Test Health Checker

Navigate to inside of healthchecker directory and run:

go test -v

About

A simple command-line tool to check the health of a given URL, or PORT.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages