Created
September 9, 2014 02:08
-
-
Save sumodirjo/d35082d1ca695c393ea9 to your computer and use it in GitHub Desktop.
Install NewRelic Server Monitoring Ubuntu / Debian
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
| 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