etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
969 stars 112 forks source link

Set an "incident_key" on PagerDuty incidents to avoid duplication #181

Closed eherot closed 6 years ago

eherot commented 6 years ago

Right now every alert that notifies PagerDuty will generate a new incident every time it fires. This is extremely annoying. Instead, a non-unique incident key, containing the name of the alert, should be specified when the event is triggered so that PD knows that the new alert is part of the same incident.

kiwiz commented 6 years ago

@eherot Check out the es-5x branch to test this out (Note the updated setup instructions https://github.com/etsy/411/blob/es-5.x/docs/Setup.md#install)