1.0.0 • Published 10 years ago

hubot-airbrake-notifier v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hubot-airbrake-notifier

wercker status Coverage Status Dependencies Status

A hubot script that notify to every time a new error occurs in Airbrake

See src/airbrake-notifier.coffee for full documentation.

Installation

In hubot project repo, run:

npm install git://github.com/1syo/hubot-airbrake-notifier.git --save

Then add hubot-airbrake-notifier to your external-scripts.json:

["hubot-airbrake-notifier"]

Set HUBOT_AIRBRAKE_SUBDOMAIN environment variable:

export HUBOT_AIRBRAKE_SUBDOMAIN=YOUR_SUBDOMAIN_HEARE

Airbrake configuration

Configure your Airbrake webhook integration:

Url: <hubot host>:<hubot port>/<hubot name>/airbrake/<room>

Notification examples

If you use slack adapter then your notice use Slack attachments.

Slack Adapter

npm.io

Slack Adapter (fallback)

npm.io

Shell Adapter

npm.io

1.0.0

10 years ago

0.0.1

10 years ago