New Relic is a Bit Sweeter

May 28, 2014
tools projects devops automation

I’ve been working with New Relic a lot in recent weeks and have deployed their agent several times. Obviously, this required some automation and the best way to automate software installs on Windows is Chocolatey. Unfortunately, New Relic didn’t publish their agents to Chocolatey and the existing packages were out of date.

I brought up the request on the user forum and New Relic expressed interested, but also said, “feel free to give it a try yourself.” So, I did. Here is the .Net agent.

https://chocolatey.org/packages/NewRelic.NetAgent

C:\> cinst NewRelic.NetAgent

And here is the Server Monitor.

https://chocolatey.org/packages/NewRelicWindowsServerAgent”)

C:\> cinst NewRelicWindowsServerAgent

Both of these run quiet installs and will not prompt for your New Relic license. You’ll have to put that in the config files yourself. I’m sure I’ll be working on automating that bit next as well.

Feel free to bug me if you find these packages are out of date.

comments powered by Disqus