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 riemann cookbook has been deprecated

Author provided reason for deprecation:

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

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

RSS

riemann (4) Versions 1.0.0

Installs & configures Riemann server, client gem, and dashboard

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

Description

This is a cookbook to build riemann, from http://riemann.io

Requirements

The cookbook should do the majority of it, but for the server you'll need java. For the clients you'll need ruby and ruby gems.

Attributes

default[:riemann][:ruby_tarball_location] = "http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p374.tar.gz"
default[:riemann][:ruby_tarball] = "ruby-1.9.3-p374.tar.gz"
default[:riemann][:ruby_tarball_dir] = "ruby-1.9.3-p374"

default[:riemann][:riemann_tarball_location] = "http://aphyr.com/riemann/riemann-0.2.0.tar.bz2"
default[:riemann][:riemann_install_location] = "/opt/riemann"
default[:riemann][:riemann_tarball] = "riemann-0.2.0.tar.bz2"
default[:riemann][:riemann_version] = "riemann-0.2.0"

Usage

Add riemann::server to the run_list to install the server, this will also install the client.

Add riemann::client to the run_list to just install the client gem.

Add riemann::dash to the run_list to install the riemann-dashboard, which will install both the server and client.

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