Skip to content

Instantly share code, notes, and snippets.

@alex2006hw
Last active November 20, 2015 06:03
Show Gist options
  • Save alex2006hw/d949af70d55654486728 to your computer and use it in GitHub Desktop.
Save alex2006hw/d949af70d55654486728 to your computer and use it in GitHub Desktop.
#wget "http://bit.ly/1MqQgXy" -O - | /bin/bash
#
echo 'deb http://apt.newrelic.com/debian/ newrelic non-free' | tee /etc/apt/sources.list.d/newrelic.list
wget -O- https://download.newrelic.com/548C16BF.gpg | apt-key add -
wget -O- https://download.newrelic.com/548C16BF.gpg | sudo apt-key add -
apt-get update
apt-get install newrelic-sysmond -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment