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

Latest commit

 

History

History
42 lines (32 loc) · 576 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 576 Bytes

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