Skip to content

Instantly share code, notes, and snippets.

@FrancisVarga
Created January 2, 2012 14:56
Show Gist options
  • Save FrancisVarga/1550982 to your computer and use it in GitHub Desktop.
Save FrancisVarga/1550982 to your computer and use it in GitHub Desktop.
install new relic via apt
/etc/apt/sources.list.d/newrelic.list
deb http://apt.newrelic.com/debian/ newrelic non-free
wget -O - http://download.newrelic.com/548C16BF.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install newrelic-sysmond
sudo apt-get install newrelic-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment