Skip to content

AkhilSharma90/go-health-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healthchecker.

A tiny tool that checks the given domain is down.

Installation

This project needs to Go (At least 1.13) to compile.
Download from here.

Get the repo.

go get github.com/AkhilSharma90/go-health-checker

OR

git clone github.com/AkhilSharma90/go-health-checker

and then CD into the project and run

go run . --domain pexels.com

Usage

NAME:
   Healthchecker - A tiny tool that checks the given domain is down.

USAGE:
   healthchecker [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --domain value, -d value  Domain name to check.
   --port value, -p value    Port number to check.
   --help, -h                show help (default: false)

About

A tiny tool to check if a website is up or down

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages