Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

r4v5/chef-sentry-handler

 
 

Repository files navigation

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 'chef-sentry-handler::default'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%