Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

vickleford/puppet-cloudmonitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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