Skip to content

Instantly share code, notes, and snippets.

@deepakaryan1988
Forked from yoterpa/new_relic.md
Last active August 29, 2015 14:15
Show Gist options
  • Save deepakaryan1988/2fc23f3b60e2bbd81691 to your computer and use it in GitHub Desktop.
Save deepakaryan1988/2fc23f3b60e2bbd81691 to your computer and use it in GitHub Desktop.

sign up for a new relic account first and you'd get the license key on your account page.

sudo sh -c 'echo deb http://apt.newrelic.com/debian/ newrelic non-free >> /etc/apt/sources.list.d/newrelic.list'

sudo wget -O- https://download.newrelic.com/548C16BF.gpg | sudo apt-key add -

sudo apt-get update

sudo apt-get install newrelic-sysmond

sudo nrsysmond-config --set license_key=<your_license_key>

sudo /etc/init.d/newrelic-sysmond start

You can see all your servers (with new relic installed) on your dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment