sproutsocial / chef-sentry-handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Ruby 100.0%