Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

freibergergarcia/web-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-monitor

Monitoring web base application status

Getting Started

Just clone the repository in you local machine

$ git clone https://github.com/freibergergarcia/web-monitor.git

Installing

To install Go, head to https://golang.org

Compile and run

To compile:

go build monitor.go

To run:

./monitor

To compile and run:

go run monitor.go

Output (sample)

➜  web-monitor git:(master) ✗ go run monitor.go
Who's monitoring?
Bruno
Hey Bruno choose an option
1 - Start monitoring
2 - Show logs
0 - Exit

Releases

No releases published

Packages

No packages published

Languages