Integrations1 min read
Pingdom
Integrate Pingdom alerts with OpsKnight.
Pingdom Integration
Receive down/up alerts from Pingdom.
Endpoint
POST /api/integrations/pingdom?integrationId=YOUR_INTEGRATION_ID
Setup
Step 1: Create Integration in OpsKnight
- In OpsKnight, go to Service -> Integrations.
- Add a Pingdom integration.
- Copy the Webhook URL:
https://[YOUR_DOMAIN]/api/integrations/pingdom?integrationId=[ID]
Step 2: Configure Pingdom
- Go to Settings -> Integrations.
- Add a new Webhook integration.
- Name: OpsKnight
- URL: Paste the OpsKnight Webhook URL.
- Enable the webhook for your Checks.
Event Mapping
| Pingdom State | OpsKnight Action | Urgency |
|---|---|---|
Down |
Trigger | critical |
Up / Resolved |
Resolve | - |
The integration handles both legacy and new Pingdom webhook formats.
Last updated for v1
Edit this page on GitHub