PagerDuty plugin
Pages your on-call rotation when a P0 or P1 report lands.
Setup
- Install the PagerDuty Events API v2 integration on your service → copy the Integration Key.
- In Mushi: Marketplace → PagerDuty → Install.
- Paste the integration key into
routing_keyand pick the severities you care about (default:p0,p1).
Behaviour
report.createdwithseverity ∈ subscribed_severitiestriggers a PagerDuty event with:dedup_key = report_idso retries don’t double-pagesummary = titlesource = url- Severity mapped:
p0/p1 → critical,p2 → error,p3 → warning
report.status_changed → resolvedsends aresolveaction with the samededup_key, auto-closing the incident.
Last updated on