0.1.1 • Published 10 years ago

hubot-honeybadger-info v0.1.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

Hubot Honeybadger Info

Build Status Dependency Status

When someone posts a Honeybadger.io fault URL, gets the information about that fault and prints it for the chat room to see. Also has some commands to let you get information from Honeybadger.

Installation

Run npm install --save hubot-honeybadger-info inside your Hubot directory. That will add hubot-honeybadger-info to your package.json.

Add hubot-honeybadger-info to your external-scripts.json

$ cat external-scripts.json
$ ["hubot-honeybadger-info"]

Configuration

  • HUBOT_HONEYBADGER_API_KEY - Your API key -- get it from your profile page on Honeybadger.io

Usage

If you're using HipChat, enable the Honeybadger.io integration. Whenever a fault notice is posted, Hubot will give you some more information about the notice.

You can also use the following commands:

hubot honeybadger list projects - returns a summary of projects
hubot honeybadger list faults ID - returns a summary of faults for a given project ID
hubot honeybadger list noticies PROJECT_ID FAULT_ID - returns a summary of noticies for the given FAULT_ID

Contribution

Fork and pr, man.

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago