Skip to content

LucasPereiraMiranda/http-health-monitor-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


http health monitor cli

GitHub language count Repository size GitHub last commit Repository issues GitHub license


🚀 Techs

Http health monitor cli app was developed with these technologies

💻 Project

This project is being developed to learn the basics of the Go programming language. It is intended to learn about the Cobra package and other command-line interface (CLI) operations.

Execution preview

Healthy url

Success

Connection refused url

Connection refused

Help command

Help

💥 Installation

# clone this repo
$ git clone git@github.com:LucasPereiraMiranda/http-health-monitor-cli.git

# get dependencies in go module
$ go get


# compile main.go as http-health-monitor-cli with
$ go build -o http-health-monitor-cli main.go

# execute cli tool with
$ ./http-health-monitor-cli http://google.com.br

About

The CLI written in GoLang to check the health of HTTP-based systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages