DOCS

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

  1. In HowlOps, open Integrations, select Pingdom, and generate an endpoint.
  2. In Pingdom, open Integrations > Webhooks > Add webhook.
  3. Paste the generated HowlOps URL and save it.
  4. Assign the webhook to each uptime or transaction check you want to route.
  5. 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?