# Uptime Integration

[Uptime.com](https://uptime.com/) is an uptime and performance monitoring platform for websites, APIs, and infrastructure. By integrating Uptime.com with ilert, you can send monitoring alerts to ilert, notify on-call teams through escalation policies, and centralize incident response.

## In ilert: Create an Uptime alert source

1. Go to **Alert sources** -> **Alert sources** and click **Create new alert source**.

<figure><img src="/files/rmL9OoRxcWnDwcJZQm4Y" alt=""><figcaption></figcaption></figure>

2. Search for **Uptime** in the search field, click the Uptime tile, and then **Next**.

<figure><img src="/files/1WoRRYB5U40PbeMJ7Hit" alt=""><figcaption></figcaption></figure>

3. Give your alert source a name, optionally assign teams, and click **Next**.
4. Select an **escalation policy** by creating a new one or assigning an existing one.

<figure><img src="/files/y4Bakf2apGhBN56U8ZPR" alt=""><figcaption></figcaption></figure>

5. Select your [Alert grouping](/alerting/configure-alerting/alert-sources.md#alert-grouping) preference and click **Continue setup**. You may click **Do not group alerts** for now and change it later.

<figure><img src="/files/nTlB0ZCIW1SP3dj6P9nO" alt=""><figcaption></figcaption></figure>

6. The next page shows additional settings, such as custom alert templates or notification priority. Click **Finish setup** for now.
7. On the final page, copy the generated **Uptime URL**. You will use this URL in Uptime.com.

<figure><img src="/files/tgDeczTQKQjEk2J4OIKB" alt=""><figcaption></figcaption></figure>

## In Uptime.com: Add an ilert webhook integration

1. In the left navigation, go to **Notification** -> **Integrations**.

<figure><img src="/files/wEw4ulJMtBIuR7xQbUCn" alt=""><figcaption></figcaption></figure>

2. Search for **ilert** in the integrations list and click **Add**.

<figure><img src="/files/4mHc5pDMKZruCm6ZJKhJ" alt=""><figcaption></figcaption></figure>

3. In **Add ilert Integration**, set:
   * **Name:** e.g. `ilert`
   * **URL:** paste the previously generated Uptime URL from ilert
4. Click **Add New** to create the integration.

<figure><img src="/files/mU4KHNPw0P2iPy45x9H9" alt=""><figcaption></figcaption></figure>

## FAQ

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

Yes. When Uptime.com sends the recovery notification for the same check, ilert resolves the corresponding alert automatically.


---

# Agent Instructions: 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:

```
GET https://docs.ilert.com/integrations/inbound-integrations/uptime.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
