A simple health checking utility written in golang. Run the monit script under cmd/monit.
A minimal JSON API is also available at cmd/monit-server, which is written in gin framework.
Dep is used for dependancy management.
- Clone this project
- Install dep, if not, and run
$ dep ensure
- TBD...