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

RSS

graphite_handler (9) Versions 0.0.4

Installs/Configures the Chef graphite handler originally developed by Ian Meyer

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

Description

Build Status

A cookbook that a handler that sends chef run results to graphite.

Requirements

The chef_handler cookbook.

Attributes

This cookbook uses the following attributes to configure how it is installed.

  • node['chef_client']['handler']['graphite']['host'] - The graphite server host.
  • node['chef_client']['handler']['graphite']['port'] - The graphite server port.
  • node['chef_client']['handler']['graphite']['prefix'] - The prefix appended to statistics sent to graphite. Defaults to "#{node.chef_environment}.node.#{node['hostname']}.chef".

Usage

Set the host and port properties on the node and include the "graphite_handler::default" recipe.

Credits

The handler was originally written by Ian Meyer and was converted to a cookbook by Peter Donald.

Dependent cookbooks

chef_handler >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found