Pingdom integration
Route Pingdom uptime and transaction check state changes into HowlOps incidents.
What this brings you
Pingdom state changes enter the same HowlOps incident and on-call flow as native
monitors. DOWN and FAILING open an incident; UP and SUCCESS resolve it.
Setup
- In HowlOps, open Integrations, select Pingdom, and generate an endpoint.
- In Pingdom, open Integrations > Webhooks > Add webhook.
- Paste the generated HowlOps URL and save it.
- Assign the webhook to each uptime or transaction check you want to route.
- Trigger a test and confirm the integration card shows a received alert.
HowlOps reads Pingdom's native JSON. The numeric check_id is the stable
correlation key, so a recovery resolves the incident created by the failure.
Local contract test
bash
bash scripts/test-integration-contracts.sh
This replays native Pingdom firing and recovery fixtures without calling a SaaS API.
Was this page helpful?