hubot-airbrake-notifier
v1.0.0
Published
A hubot script that notify to every time a new error occurs in Airbrake
Downloads
1
Readme
hubot-airbrake-notifier
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.