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

sentry-handler (2) Versions 2.2.1

Installs and configures a Chef handler for sending errors to Sentry.

Policyfile
Berkshelf
Knife
cookbook 'sentry-handler', '~> 2.2.1', :supermarket
cookbook 'sentry-handler', '~> 2.2.1'
knife supermarket install sentry-handler
knife supermarket download sentry-handler
README
Dependencies
Quality 33%

Chef Handler for Sentry

Installs and configures a Chef handler for sending errors
to Sentry.

Requirements

Chef Client 12.1 or above.

Platforms

This cookbook has been verified to work on the following platforms:

  • Ubuntu 14.04/16.04
  • RHEL (CentOS) 5/6/7
  • AIX 7.1
  • Solaris 11
  • Windows 2008r2/2012r2

Usage

All you need to do is set the node['sentry']['options']['dsn'] value and add
the default recipe of this cookbook to your run-list. You can do this
from a wrapper cookbook recipe:

node.default['sentry']['options']['dsn'] = 'https://xxxx:yyyy@sentry.corporate.com/1'
include_recipe 'sentry-handler::default'

Contributors

Dependent cookbooks

chef_handler ~> 2.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

2.2.1 passed this metric

Contributing File Metric
            

2.2.1 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
            

2.2.1 failed this metric

FC121: Cookbook depends on cookbook made obsolete by Chef 14: sentry-handler/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

2.2.1 passed this metric

Testing File Metric
            

2.2.1 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
            

2.2.1 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