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

Chef Handler Datadog Handler

Get Chef stats directly into Datadog. Add the gem as an execution and report handler to your Chef run.
Read more here: http://docs.datadoghq.com/guides/chef/#deployhandler

Install & Usage Instructions

Example of using handler in a role

name 'base'
description 'base role, runs on every node'
run_list(
  'datadog::dd-handler',
  'datadog::dd-agent',
  'other_cookbook::recipe'
)
default_attributes(
  'datadog' => {
    'api_key' => "PUT_YOUR_API_KEY_HERE",
    'application_key' => "PUT_YOUR_APPLICATION_KEY_HERE"
  }
)