This runs on the Varnish server and reports the values from varnishstat back into New Relic.
- Go to the tags list and find the latest tar.gz
- Download and extract the source
- run
bundle install
to install required gems - Copy
config/template_newrelic_plugin.yml
toconfig/newrelic_plugin.yml
- Edit
config/newrelic_plugin.yml
and replace "YOUR_LICENSE_KEY_HERE" with your New Relic license key - Edit the
config/newrelic_plugin.yml
if you are running Varnish with an -n argument - Execute
./newrelic_varnish_plugin
- Go back to the Extensions list and after a brief period you will see an entry for your extension
The plugin can be discussed in the Google group. Bugs can be reported on the Github tracker and pull requests are welcome.