Integrate Your Monitoring System With PagerDuty Using Events API V2
Introduction
PagerDuty's Events API V2 lets you push events from your monitoring systems to PagerDuty. You can push such events when an incident is triggered, updated, or resolved.
Incident Lifecycle
The lifecycle of an incident will typically go through these states:
State | Triggered By | Source |
---|---|---|
Triggered | Automatic | Monitoring system |
Acknowledged | On-call Engineer | PagerDuty app/Phone call |
Updated | Automatic | Monitoring system |
Resolved | On-call Engineer | PagerDuty app/Phone call |
You can use any of the PagerDuty client SDKs to send events or roll out your own.