racker/rackspace-monitoring-rb

Name: rackspace-monitoring-rb

Owner: racker

Description: Ruby bindings to the Rackspace Cloud Monitoring project

Created: 2012-06-04 03:31:55.0

Updated: 2014-05-23 03:56:23.0

Pushed: 2013-09-20 20:42:28.0

Homepage: null

Size: 290

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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 - https://github.com/fog/fog. This library is used heavily in the https://github.com/racker/cookbook-cloudmonitoring chef cookbook.

Example Code

Below is an example to list entities on your account:

ire 'rackspace-monitoring'

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

Contributing

Publish a New Version

Copyright

Copyright (c) 2012, 2013 Rackspace Hosting Inc See LICENSE.txt for further details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.