Created
March 11, 2013 16:12
-
-
Save arreyder/5135360 to your computer and use it in GitHub Desktop.
Setting up the Rackspace Monitoring Agent on Ubuntu
This file contains 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
RELEASE=`lsb_release -s -r` | |
echo deb http://stable.packages.cloudmonitoring.rackspace.com/ubuntu-$RELEASE-x86_64 cloudmonitoring main > /etc/apt/sources.list.d/rackspace-monitoring-agent.list | |
curl https://monitoring.api.rackspacecloud.com/pki/agent/linux.asc | apt-key add - | |
apt-get update | |
apt-get install rackspace-monitoring-agent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment