hubot-pager-me
hubot-pager-me copied to clipboard
PagerDuty integration for Hubot
If someone is paged, and they are in chat, it's usually easiest to just `/pager ack` from chat. The only output is a list of incident numbers acknowledged. So, usually...
We've seen times when someone goes like: ``` hubot pager sup hubot pager me 1234 ``` ... while attempting to acknowledge the 1234 incident. Instead, this adds a schedule override...
Since https://github.com/hubot-scripts/hubot-pager-me/pull/4, `ack` and `resolve` will only act on your own incidents by default. They support `ack!` and `resolve!` to disregard that. I think it'd make sense to keep parity...
As of today, the test suite for this script package is limited to verifying that a particular listener is registered. It does not fire off a bot interaction to cover...