Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created September 30, 2015 14:53
Show Gist options
  • Save codeprimate/2bc462465a26baf35672 to your computer and use it in GitHub Desktop.
Save codeprimate/2bc462465a26baf35672 to your computer and use it in GitHub Desktop.
NewRelic Server Monitor Installation
#!/bin/bash
echo 'deb http://apt.newrelic.com/debian/ newrelic non-free' | sudo tee /etc/apt/sources.list.d/newrelic.list
wget -O- https://download.newrelic.com/548C16BF.gpg | sudo apt-key add -
apt-get update
apt-get install newrelic-sysmond
nrsysmond-config --set license_key=KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment