Skip to content

Instantly share code, notes, and snippets.

@arreyder
Created March 11, 2013 16:12
Show Gist options
  • Save arreyder/5135360 to your computer and use it in GitHub Desktop.
Save arreyder/5135360 to your computer and use it in GitHub Desktop.
Setting up the Rackspace Monitoring Agent on Ubuntu
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