Ganymed

Ganymed is a daemon that collects Metriks from third-party applications.

The metriks gem and its logfile reporter are a great tool for rapid metric collection. However applications have to collect metrics themselves. In order to collect system-level metrics and metrics from applications like MySQL or MongoDB, these applications have to be polled from the outside. Ganymed polls thos applications and system-level metrics (in /proc or similar).

Installation

TBD

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request