Skip to content

Small CLI application that checks the state of a website

Notifications You must be signed in to change notification settings

Pwawazi/go-healthcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health checker

Simple CLI app

This is a simple implementation of a healthchecker application that confirms the state of any given website.

To use it:

  • Run make run to build your systems binary and execute. You shall be prompted for the domain name you would wish to check upon.

If you are on windows and cannot run the Makefile:

  • Run go build to build your systems executable.
  • Run ./go-healthcheck.exe --domain=YOUR-DOMAIN.com. Replace 'YOUR-DOMAIN.com' with the domain of your choice.

About

Small CLI application that checks the state of a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published