Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The revealcloud cookbook has been deprecated

Author provided reason for deprecation:

The revealcloud cookbook has been deprecated and is no longer being maintained by its authors. Use of the revealcloud cookbook is no longer recommended.

You may find that the copperegg cookbook is a suitable alternative.

RSS

revealcloud (7) Versions 0.0.5

Installs/Configures CopperEgg RevealCloud monitoring service agent

Policyfile
Berkshelf
Knife
cookbook 'revealcloud', '= 0.0.5', :supermarket
cookbook 'revealcloud', '= 0.0.5'
knife supermarket install revealcloud
knife supermarket download revealcloud
README
Dependencies
Quality -%

CopperEgg RevealCloud Agent

Requirements

bash

Platform

  • Any Linux 2.6+ OS, including: Ubuntu, Debian, Vyatta, RedHat Enterprise, CentOS, Fedora, Amazon, SuSE, openSuSE, Gentoo, and many derivatives.
  • FreeBSD 7.x+

Attributes

  • default[:copperegg][:apikey] = Your API Key available from the RevealCloud App Settings Page.
  • default[:copperegg][:tags] = A comma separated list of tags to apply. Optional. Manage your tags.
  • default[:copperegg][:label] = Label to apply in place of hostname when displaying in the dashboard. WARNING: If you want the same label applied to multiple systems, you may want to consider tags instead. This is most useful if you intend a recipe for a single server. Optional.
  • default[:copperegg][:proxy] = Proxy server required to talk to the revealcloud api servers, such as myproxy.mycorp.com:8080. Optional. Leave blank unless you know what you are doing.

Usage

  1. Download into your chef-repo, either manually from the community chef webpage or:
  2. knife cookbook site download revealcloud
  3. Set your apikey as described in the Attributes section.
  4. edit revealcloud/attributes/default.rb and change YOUR_USER_API_KEY to be correct.
  5. Set any other optional attributes described above, as desired.
  6. Upload the cookbook to your chef server or hosted chef:
  7. knife cookbook upload -a -o revealcloud
  8. Include recipe[revealcloud] in the run_list for all of your servers.
  9. knife node run_list add NODES 'recipe[revealcloud]'
  10. Run chef-client on your nodes in whatever manner suits you, such as sudo chef-client or a batch job.
  11. View your systems within 10 seconds in the RevealCloud App

Links

License and Author

Author:: Ross Dickey

Copyright 2012, CopperEgg, Inc.

No License. Redistribution encouraged.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found