New Projects should use Fog.

This gem has been deprecated. Its functionality will be merged into the fog gem starting with version 1.15.0.

Migrating to fog:

Rackspace Cloud Monitoring Ruby Bindings

This project contains the Ruby bindings for the Rackspace Cloud Monitoring product. It is based off the most awesome Fog cloud services library here - github.com/fog/fog. This library is used heavily in the github.com/racker/cookbook-cloudmonitoring chef cookbook.

Example Code

Below is an example to list entities on your account:

require 'rackspace-monitoring'

monitoring = Fog::Monitoring::Rackspace.new(:rackspace_api_key => '<API-KEY>', :rackspace_username => '<USERNAME>')
print monitoring.entities.overview

Contributing

Publish a New Version

Copyright

Copyright © 2012, 2013 Rackspace Hosting Inc See LICENSE.txt for further details.