Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sanity check /pager me N, in case it's accidentally used to ack/resolve something #7

Open
technicalpickles opened this issue Jun 27, 2014 · 0 comments
Labels

Comments

@technicalpickles
Copy link
Contributor

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 for the user for 1234 minutes. Incident numbers are much higher, which could lead to several weeks of schedule being override. This could be particularly disasterous if multiple groups are within the PagerDuty account, without overlap in skill sets.

Some fixes might include:

  • check if N is an open incident, and warn that they need to ack/resolve it
  • if N > X, then ask for a confirmation
  • if user is not on the configured schedule, ask for confirmation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant