Created
September 30, 2015 14:53
-
-
Save codeprimate/2bc462465a26baf35672 to your computer and use it in GitHub Desktop.
NewRelic Server Monitor Installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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