Documentation Index
Fetch the complete documentation index at: https://docs.warrn.io/llms.txt
Use this file to discover all available pages before exploring further.
| Property | Value |
|---|---|
| Type | Incoming |
| Level | Service |
| Auto-resolve | Yes |
Setup
Add the integration in Warrn
Open a service or team in Warrn. Go to the Integrations tab, add Pingdom,. Copy the generated webhook URL.
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.
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.
Field mapping
| Pingdom field | Warrn field |
|---|---|
check_name + state + hostname | Alert name |
long_description, check type, URL, probe locations | Description |
importance_level | Severity (mapped, see below) |
check_id | Alert alias (used for dedup and auto-resolve) |
| Check type, Pingdom tags, hostname | Tags |
Severity mapping
| Pingdom importance | Warrn severity |
|---|---|
high | high |
low | low |
| (missing or unrecognized) | high |