- Ruby (>= 1.8.7)
- Rubygems (>= 1.3.7)
- Bundler
gem install bundler
- Logging must be enabled on the load balancer nodes.
- Download the latest tagged version from HERE
- Extract to the location you want to run the plugin from
- Run
bundle install --binstubs
- Run
./bin/newrelic_rs --sample-config
- Edit
config/newrelic_plugin.yml
(See configuration information section for additional information)
- Replace 'LICENSE KEY' with your New Relic license key
- Replace 'USERNAME' with your Rackspace username
- Replace 'KEY' with your Rackspace API key. This can be found under API Keys in your Rackspace account settings.
- Replace 'REGION' with the region your load balancer is located. This should be 'ord' or 'dfw'. ( Note: This is case sensitive)
###Special Instructions for use with multiple regions If your load balancers are in multiple regions, copy all files to a secondary directory and modify the configuration files to reflect the secondary region. You will need to run the agent twice, once for each region.
To start the agent run: ./bin/newrelic_rs
You can use services like these to manage this process.
Plugin support and troubleshooting assistance can be obtained by visiting support.newrelic.com
The New Relic Rackspace Load Balancers plugin was originally authored by Sean Porter and the team at Heavy Water Operations. Subsequent updates and support are provided by New Relic.