Skip to content

Instantly share code, notes, and snippets.

@nocoo
Last active August 29, 2015 14:01
Show Gist options
  • Save nocoo/76c89591cabf50a944a1 to your computer and use it in GitHub Desktop.
Save nocoo/76c89591cabf50a944a1 to your computer and use it in GitHub Desktop.
Install newrelic sysmon on ubuntu server
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