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.1.0

Installs & configures Riemann server, client gem, and dashboard

Policyfile
Berkshelf
Knife
cookbook 'riemann', '~> 1.1.0', :supermarket
cookbook 'riemann', '~> 1.1.0'
knife supermarket install riemann
knife supermarket download riemann
README
Dependencies
Changelog
Quality 33%

Description

A Chef cookbook for provisioning the Riemann event stream processor.

Requirements

The cookbook should suffice, given these prerequisites:

  • a Java runtime (v1.7 or v1.8) for the server component
  • a Ruby interpreter and RubyGems for the client components

Chef 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_deb_pkg_url'] = 'http://aphyr.com/riemann/riemann_0.2.9_all.deb'
default['riemann']['riemann_deb_pkg'] = 'riemann_0.2.9_all.deb'
default['riemann']['jdk_package'] = "openjdk-7-jdk"

Usage

Add riemann::server to the run_list to install the server; this will also install the client Ruby gem.

Add riemann::client to the run_list to only install the client Ruby gem.

Add riemann::dash to the run_list to install the Riemann web UI dashboard; this will also install the server and client Ruby gem.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for riemann

Changes made in each version of the riemann Chef cookbook.

1.0.3

  • Riemann version bumped from v0.2.0 to v0.2.9; repo taken over from JJ Asghar by Russell Whitaker.

1.0.2

  • Not originally documented by JJ Asghar.

1.0.1

  • Not originally documented by JJ Asghar.

1.0.0:

  • Initial release of riemann, tested and successfully built under Ubuntu 10.04 LTS.

Collaborator Number Metric
            

1.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.1.0 passed this metric

No Binaries Metric
            

1.1.0 passed this metric

Testing File Metric
            

1.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number