Skip to content
/ ogre Public

Health checks and telemetry for distributed systems using Docker

License

Notifications You must be signed in to change notification settings

ideal-co/ogre

Repository files navigation

CircleCI Docker Pulls

Ogre

Simplified health monitoring and telemetry for Docker containers in modern day distributed systems.

Note:

This project is currently in Beta and is not production ready. Please use at will but with that understanding. We are aiming for end of June for a hardened release which will be version 1.0.0.

Please open issues for bugs, breaks, panics, code reviews, and puppy pictures... the feedback is valuable and appreciated.

Getting Started

Building Ogre

Ensure you have Go installed. Running Ogre then should be as simple as:

$ make build install
$ ogre version

Testing

make test

Documentation

Local docs can be found under the docs/README.md which will also be in sync with the hosted docs here.