Skip to content

burstsms/puppet-cloudmonitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install, configure, and launch the [Rackspace Cloud Monitoring Agent] (http://www.rackspace.com/knowledge_center/article/install-the-cloud-monitoring-agent) to enable Rackspace monitoring.

For Debian/Ubuntu, this module depends on puppetlabs-apt.

You can create a monitoring instance in one of two ways: either by providing a service agent monitoring token like this:

class { 'cloudmonitoring':
  monitoring_token => 'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff.000000'  
}

...or by providing your username and API key to authenticate to Rackspace (via raxmon) like this:

class { 'cloudmonitoring':
  username => "myRackspaceUsername",
  apikey   => "myApiKey",
}

About

Puppet module to install the Cloud Monitoring Agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 90.6%
  • Ruby 9.4%