Pingdom sends state-change notifications to Warrn via webhook. When a check goes DOWN, Warrn creates an alert. When the check returns to UP, Warrn auto-resolves the matching alert.
Setup
1
Add the integration in Warrn
Open a service or team in Warrn. Go to the Integrations tab, add Pingdom,. Copy the generated webhook URL.
2
Create a webhook integration in Pingdom
In Pingdom, go to Integrations > Integrations. Click Add integration and select Webhook. Paste the webhook URL from Warrn and save.
3
Assign the webhook to your checks
In Pingdom, open the uptime or transaction check you want to monitor. Under Alerting, add the webhook integration you just created.
How it works
Pingdom sends a JSON payload for each state change. Thecurrent_state field determines the action:
- DOWN (or any non-UP state): Creates a new alert in Warrn. Deduplicates by
check_id. - UP: Auto-resolves the matching Warrn alert.