{"id":13782140,"url":"https://github.com/morgoth/airbrake_handler","last_synced_at":"2025-05-11T15:32:13.186Z","repository":{"id":56842313,"uuid":"2278756","full_name":"morgoth/airbrake_handler","owner":"morgoth","description":"Chef handler for sending exceptions to Airbrake","archived":true,"fork":false,"pushed_at":"2015-01-27T11:10:41.000Z","size":161,"stargazers_count":15,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T08:46:23.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/morgoth/airbrake_handler","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morgoth.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-27T10:01:03.000Z","updated_at":"2023-01-28T08:19:18.000Z","dependencies_parsed_at":"2022-09-01T06:31:50.371Z","dependency_job_id":null,"html_url":"https://github.com/morgoth/airbrake_handler","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morgoth%2Fairbrake_handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morgoth%2Fairbrake_handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morgoth%2Fairbrake_handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morgoth%2Fairbrake_handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morgoth","download_url":"https://codeload.github.com/morgoth/airbrake_handler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588657,"owners_count":21932296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:01:33.344Z","updated_at":"2025-05-11T15:32:12.869Z","avatar_url":"https://github.com/morgoth.png","language":"Ruby","funding_links":[],"categories":["Chef handlers"],"sub_categories":["Resources - Application configuration"],"readme":"#  Airbrake handler for Chef\n\nReport [Chef](http://www.opscode.com/chef) exceptions to [Airbrake](http://airbrake.io)\n\nWorks fine with chef versions above 0.9.x\n\n## Usage\n\n```\ngem install airbrake_handler\n```\n\nIn your chef client file (often placed at /etc/chef/client.rb) put:\n\n```ruby\nrequire \"airbrake_handler\"\nexception_handlers \u003c\u003c AirbrakeHandler.new(:api_key =\u003e \"your-airbrake-api-key\")\n```\n\nYou can pass more options to AirbrakeHander initializer, i.e:\n\n```ruby\nAirbrakeHandler.new(:api_key =\u003e \"your-airbrake-api-key\", :framework_env =\u003e \"production\")\n```\n\nToadhopper options:\n\n* :api_key\n* :notify_host\n\nIf you want to ignore specific exceptions, you can do this like that:\n\n```ruby\nairbrake_handler = AirbrakeHandler.new(:api_key =\u003e \"your-airbrake-api-key\", :framework_env =\u003e \"production\")\nairbrake_handler.ignore \u003c\u003c {:class =\u003e \"SystemExit\"}\nairbrake_handler.ignore \u003c\u003c {:class =\u003e \"Errno::ECONNRESET\", :message =\u003e /Connection reset by peer/}\n```\n\n### Automation\n\nIf you would like to install `airbrake_handler` by Chef itself, you can use cookbook:\n\n[Airbrake Handler Cookbook](https://github.com/cgriego/chef-airbrake_handler)\n\n## Continuous Integration\n\n[![Build Status](https://travis-ci.org/morgoth/airbrake_handler.svg?branch=master)](https://travis-ci.org/morgoth/airbrake_handler)\n\n## Contributors\n\n* [Anton Mironov](https://github.com/mironov)\n* [Benedikt Böhm](https://github.com/hollow)\n* [Jeroen Jacobs](https://github.com/jeroenj)\n\n## Copyright\n\nCopyright (c) 2012 Adam Jacob, Wojciech Wnętrzak See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgoth%2Fairbrake_handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorgoth%2Fairbrake_handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorgoth%2Fairbrake_handler/lists"}