LucasPereiraMiranda / http-health-monitor-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

License:Creative Commons Zero v1.0 Universal


Languages

Language:Go 100.0%