Skip to content

Instantly share code, notes, and snippets.

@woogist
Created July 10, 2013 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogist/5964213 to your computer and use it in GitHub Desktop.
Save woogist/5964213 to your computer and use it in GitHub Desktop.
## new relic repo
wget -O /etc/apt/sources.list.d/newrelic.list http://download.newrelic.com/debian/newrelic.list
apt-key adv --keyserver hkp://subkeys.pgp.net --recv-keys 548C16BF
## update apt and install software
apt-get update
apt-get install newrelic-sysmond cphalo
## start new relic
nrsysmond-config --set license_key={{YOURLICENSEKEY}}
/etc/init.d/newrelic-sysmond start
## start cphalo
/etc/init.d/cphalod start --daemon-key={{YOURDAEMONKEY}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment