Not had much luck with the two plugins I've tried to install so far: 1. The Nginx plugin has a broken init.d script. Not the end of the world, but hardly a plug and play solution. 2. The Varnish plugin download is behind a self-signed SSL certificate (which is for a different domain no less). Furthermore the Gems it requires are loaded from a GitHub repository that is no longer available to the public. There simply d…
As for the varnish plugin I had to edit the gemfile to have
gem "newrelic_plugin", :git => "git://github.com/newrelic-platform/newrelic_plugin.git", :tag => 'release/0.2.11'
It would be fantastic if it eventually got as simple as their PHP plugin or regular monitoring is to install.