nathanmarz / storm-deploy

One click deploy for Storm clusters on AWS
Other
516 stars 148 forks source link

Add newrelic crate #33

Open gworley3 opened 11 years ago

gworley3 commented 11 years ago

This adds support for New Relic server monitoring across all cluster nodes. Although this is implemented such that it always installs New Relic, so long as the license key is not valid it won't actually run.

Arguably this should be implemented by creating a generic New Relic crate that is then used by storm-deploy and I'm working on that solution, but want to hold off until pallet 0.8 is stable and we can move storm-deploy to pallet 0.8 so that this New Relic crate I'm working on will be generally useful.

In the meantime, this gets the job done.