/newrelic_unicorn_plugin

Report Unicorn idle worker ratio & memory usage to NewRelic

Primary LanguageRubyMIT LicenseMIT

NewRelic Unicorn Plugin

Logo

Report Unicorn idle worker ratio & memory usage to NewRelic.

Install

  1. Download the latest tagged version from https://github.com/DianthuDia/newrelic_unicorn_plugin/tags
  2. Extract to the location you want to run the unicorn agent from
  3. Copy config/template_newrelic_plugin.yml to config/newrelic_plugin.yml
  4. Edit config/newrelic_plugin.yml and replace "YOUR_LICENSE_KEY_HERE"
  5. run bundle install
  6. run bin/newrelic_unicorn_agent

Requirements

Ruby 2.0 or greater.

Credits

Contributing

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