> For the complete documentation index, see [llms.txt](https://docs.ilert.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ilert.com/integrations/inbound-integrations/pingdom.md).

# Pingdom Integration

The ilert Pingdom Integration helps you to easily connect ilert with Pingdom.

[Pingdom](https://www.pingdom.com/) is a website monitoring service provided by SolarWinds that offers real-time performance and uptime monitoring for websites, applications, and servers. With Pingdom integration, you can easily integrate Pingdom into ilert. The integration uses the [webhooks](https://help.pingdom.com/hc/en-us/articles/207081599) from Pingdom. Thus, you can easily extend pingdom with SMS, push and voice messaging, as well as rosters from ilert.

## In ilert: Create a Pingdom alert source <a href="#create-alarm-source" id="create-alarm-source"></a>

1. Go to **Alerting** → **Alert sources** and click **Create new alert source**.
2. Search for **Pingdom**, click its tile, and click **Next**.
3. Give your alert source a name, optionally assign teams, and click **Next**.
4. Choose who gets notified: select **Use existing escalation policy** and pick a policy, or **Generate new escalation policy** to start with a basic one that notifies you first. Click **Next**.

   <figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2Fgit-blob-8a281bf3931f5a1a531951ce97984d50989dd875%2Falert-source-escalation-step.png?alt=media" alt="The escalation step of the ilert alert source wizard, headed Who should be notified about alerts, with an escalation policy selected and a preview of its escalation rules below."><figcaption><p>Pick an existing escalation policy, or generate a basic one without leaving the wizard.</p></figcaption></figure>
5. Select **Default grouping** and click **Continue setup**. It groups events by the alert key the integration sets; the other [grouping options](/alerting/configure-alerting/alert-sources.md#event-grouping) are easier to judge once events are arriving.
6. The next page shows more settings, such as notification priority and alert templates. Click **Finish setup** for now; you can change them later.
7. On the final page, ilert shows the integration key and URL for this alert source. You will need them later in this guide.

## In Pingdom: Create a new integration <a href="#create-integration" id="create-integration"></a>

1. Click on "Integrations" in the Pingdom Dashboard and click on "Integrations" on the right side of the menu

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-M9_ESirT9Z6E0LuMPmV%2F-M9_FAJH20UEFjmyKZk_%2Fpi3.png?alt=media\&token=6ec05faa-d34b-4a49-b5f0-c017eba360ff)

2. On the following page, click on the button "Add integration". In the pop-up dialog, select the integration type "Webhook" and assign a name (eg ilert). In the "URL" field, copy the Webhook URL from the alert source set up in ilert and click on "Save integration".

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-M9_ESirT9Z6E0LuMPmV%2F-M9_FCjEUSyNhPOq4cKB%2Fpi4.png?alt=media\&token=12240eb4-75e2-4a9d-8ea4-c7995544bf9f)

3. The integration can now be used in pingdom checks. Switch to a pingdom check and click on "Edit". Activate the ilert Webhook integration and click on "Modify check".

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-M9_ESirT9Z6E0LuMPmV%2F-M9_FFCqwmTH4JGzSCMm%2Fpi5.jpg?alt=media\&token=9915002c-d546-4140-87ba-429bdb50b7d3)

## FAQ <a href="#faq" id="faq"></a>

**Will alerts in ilert be resolved automatically?**

Yes, as soon as the state of a check in Pingdom is OK again, the alert in ilert will be fixed.

**Can I link Pingdom to multiple alert sources in ilert?**

Yes, create a webhook in Pingdom per alert source. You can then choose for each check in Pingdom which webhook you want to use for alerting.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ilert.com/integrations/inbound-integrations/pingdom.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
