lita-pagerduty
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
pager incidents all - Show all open incidents
pager incidents mine - Show all open incidents assigned to me
pager incident <incident ID> - Show a specific incident
Incident notes
pager notes <incident ID> - Show all notes for a specific incident
Acknowledging an incident
pager ack all - Acknowledge all triggered incidents
pager ack mine - Acknowledge all triggered incidents assigned to me
pager ack <incident ID> - Acknowledge a specific incident
Resolving an incident
pager resolve all - Resolve all triggered incidents
pager resolve mine - Resolve all triggered incidents assigned to me
pager resolve <incident ID> - Resolve a specific incident
Misc
pager identify <email address> - Associate your chat user with your email address
pager forget - Remove your chat user / email association