ulfbert-inc / lita-pagerduty

A PagerDuty handler for Lita.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lita-pagerduty

Build Status Code Climate Coverage Status

PagerDuty (http://pagerduty.com) handler for checking who's on call, scheduling, ack, resolve, etc.

Installation

Add lita-pagerduty to your Lita instance's Gemfile:

gem "lita-pagerduty"

Configuration

Add the following variables to your Lita config file:

config.handlers.pagerduty.api_key   = ''
config.handlers.pagerduty.subdomain = ''

Usage

Specific incidents

Lita pager incidents all                - Show all open incidents
Lita pager incidents mine               - Show all open incidents assigned to me
Lita pager incident <incident ID>       - Show a specific incident

Incident notes

Lita pager notes <incident ID>          - Show all notes for a specific incident

Acknowledging an incident

Lita pager ack all                      - Acknowledge all triggered incidents
Lita pager ack mine                     - Acknowledge all triggered incidents assigned to me
Lita pager ack <incident ID>            - Acknowledge a specific incident

Resolving an incident

Lita pager resolve all                  - Resolve all triggered incidents
Lita pager resolve mine                 - Resolve all triggered incidents assigned to me
Lita pager resolve <incident ID>        - Resolve a specific incident

Misc

Lita pager identify <email address>     - Associate your chat user with your email address
Lita pager forget                       - Remove your chat user / email association

License

MIT

About

A PagerDuty handler for Lita.io

License:MIT License