Created
January 29, 2013 20:58
-
-
Save drewkerrigan/4667801 to your computer and use it in GitHub Desktop.
Newrelic Install Instructions
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
1) Add the New Relic yum repository | |
Install the newrelic-repo package, which configures a new package repository for yum: | |
######################################### | |
rpm -Uvh http://download.newrelic.com/pub/newrelic/el5/i386/newrelic-repo-5-3.noarch.rpm | |
######################################### | |
2) Install the Server Monitor package | |
Run the install command: | |
######################################### | |
yum install newrelic-sysmond | |
######################################### | |
3) Configure & start the Server Monitor daemon | |
Add license key to config file: (See /etc/newrelic/nrsysmond.cfg for other config options) | |
######################################### | |
nrsysmond-config --set license_key=b4d28dd87e2cdb31dbb66344c1e48bbc5abad05a | |
######################################### | |
Start the daemon: | |
######################################### | |
/etc/init.d/newrelic-sysmond start | |
######################################### | |
Note: The configuration file is located at /etc/newrelic/nrsysmond.cfg and contains the license key and location for the log file: /var/log/newrelic/nrsysmond.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment