Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 358 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 358 Bytes

Consul Service Monitor

A simple program to monitor the health check endpoint for services in consul.

Usage:

go build consul-service-monitor
./consul-service-monitor -server=<hostname> -port=<consul API port> <list of services, separated by spaces>

Planned updates

  • continually loop
  • notifications
  • Example using the GO consul library