Last active
August 29, 2015 14:01
-
-
Save nocoo/76c89591cabf50a944a1 to your computer and use it in GitHub Desktop.
Install newrelic sysmon on ubuntu server
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
wget http://download.newrelic.com/server_monitor/release/newrelic-sysmond-1.4.0.471-linux.tar.gz | |
tar zxvf newrelic-sysmond-1.4.0.471-linux.tar.gz | |
cd newrelic-sysmond-1.4.0.471-linux | |
cp daemon/nrsysmond.x64 /usr/sbin/nrsysmond | |
cp scripts/nrsysmond-config /usr/sbin | |
mkdir -p /etc/newrelic | |
mkdir -p /var/log/newrelic | |
cp nrsysmond.cfg /etc/newrelic/nrsysmond.cfg | |
/usr/sbin/nrsysmond-config --set license_key={YOURKEY} | |
cp scripts/newrelic-sysmond.init.debian /etc/init.d/newrelic | |
service newrelic start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment