Plugin for Sentry which allows sending notification via Pagerduty service.
- Install this package
pip install https://github.com/kumarappan-arumugam/sentry-pagerduty/archive/master.zip
- Restart your Sentry service.
- Go to your Sentry web interface. Open organization
Settings
page. - On
Integrations
, findPagerduty
plugin and install it. - Configure plugin on
Configure plugin
page. See Pagerduty's documentation to know how to createAPI key
. Note: Documentation for sentry configuration on pagerduty page is for legacy integration. - Done!
-
Do incidents that are triggered in PagerDuty create a new Issue in Sentry?
No, the integration only sends information from Sentry to PagerDuty. This is not a 2-way integration.
-
If an incident is resolved in PagerDuty, is the issue resolved in Sentry, or vice versa?
No, the current integration only sends the trigger information from Sentry to PagerDuty.
-
Can I setup multiple Sentry Projects be tied to the same PagerDuty service?
Yes! When you are creating the new Project in Sentry, simply use the same Integration Key as the PagerDuty service where you wish to have the alerts trigger.
-
Can I setup multiple pagerduty services be tied to the same sentry project?
Yes! Since this uses the new Pagerduty Events API, you can simply use the different service names to route to different services where you wish to have the alerts trigger.