Skip to content

Instantly share code, notes, and snippets.

@nitinbhojwani
Created May 3, 2016 13:18
Show Gist options
  • Save nitinbhojwani/18a1eb66b149ca1d81093f366219e957 to your computer and use it in GitHub Desktop.
Save nitinbhojwani/18a1eb66b149ca1d81093f366219e957 to your computer and use it in GitHub Desktop.
commands to setup newrelic for server monitoring in ubuntu
wget -O- https://download.newrelic.com/548C16BF.gpg | sudo apt-key add -
# create new file
sudo vi /etc/apt/sources.list.d/newrelic.list
# and write this line in above opened file
deb http://apt.newrelic.com/debian/ newrelic non-free
sudo apt-get update
sudo apt-get install newrelic-sysmond
sudo nrsysmond-config --set license_key=
sudo /etc/init.d/newrelic-sysmond start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment