Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 366 Bytes

HTTP Status Monitor

Setup

  • Fill config.json file with urls endpoints that gonna be monitored (Ex: http:// myurl.com).
  • Configure interval value between the same requests in seconds.

Run

go build httpMonitor.go and run the generated file.

or

go build httpMonitor.go

License

This project is under MIT license.