A bot that gather vcenter cluster and VMs summary and ships to Graphite and logging backend such as Logstash. This is so we could measure, monitor, alert and build an event driven platform and decided to share with everyone
NOTE:
Since I moved this from a working repo which means I modified Dockerfile WORKDIR to reflect new path and have yet to test build
Copy .env.example to .env $ cp .env.example .env
Uncompiled: $ dotenv make run
Compiled: $ dotenv ./vcenter-metrics
$ make release
- Fork it ( https://github.com/lenfree/vcenter-metrics?fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request