Skip to content

Instantly share code, notes, and snippets.

@sumodirjo
Created September 9, 2014 02:08
Show Gist options
  • Select an option

  • Save sumodirjo/d35082d1ca695c393ea9 to your computer and use it in GitHub Desktop.

Select an option

Save sumodirjo/d35082d1ca695c393ea9 to your computer and use it in GitHub Desktop.
Install NewRelic Server Monitoring Ubuntu / Debian
echo "deb http://apt.newrelic.com/debian/ newrelic non-free" | sudo tee -a /etc/apt/sources.list.d/newrelic.list > /dev/null
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 HERE>
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