Skip to content

PagerDuty Notifications

Using PagerDuty Events API v2, you can send Manako incidents as PagerDuty alerts.

Prerequisites: Obtaining a PagerDuty Integration Key

Section titled “Prerequisites: Obtaining a PagerDuty Integration Key”
  1. Log in to PagerDuty

    Log in to PagerDuty.

  2. Create or select a service

    From Services > Service Directory, select the service that will receive Manako alerts (or create a new one).

  3. Add an Integration

    On the service’s Integrations tab, click “Add Integration” and select “Events API v2”.

  4. Copy the Integration Key

    Copy the 32-character hex string that is displayed.

  1. Open the “Notification Channels” menu in the dashboard
  2. Click “Add Channel” and select PagerDuty as the Type
  3. Paste the Integration Key (Routing Key)
  4. Enter a channel name and click “Add Channel”
Manako EventPagerDuty Actionseverity
Incident Createdtrigger (create alert)critical
Incident Created (warning)triggerwarning
Incident Recoveredresolve (resolve alert)-
Web Change DetectedNot sent-

Manako sets manako-{Incident ID} as PagerDuty’s dedup_key. Notifications for the same incident will not be duplicated. Recovery notifications use this dedup_key to identify and close the corresponding alert.