# Uptime Kuma Integration

Connecting [Uptime Kuma](https://github.com/louislam/uptime-kuma) to ilert allows uptime failures – such as service downtime or unreachable hosts – to generate technical alerts for on-call teams. Escalations are automated to reduce response time and improve overall availability.

## In ilert: Create an Uptime Kuma alert source

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

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

2. Search for **Uptime Kuma** in the search field, click on the Uptime Kuma tile and click on **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 you [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 show additional settings such as customer alert templates or notification prioritiy. Click on **Finish setup** for now.
7. On the final page, an API key and / or webhook URL will be generated that you will need later in this guide.

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

## In Uptime Kuma: Add ilert Webhook

1. Select any monitor you want to send notifications from.

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

2. Click on **Edit**

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

3. Now click on **Setup Notification**

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

4. Choose **Webhook** in the Notification Type field
5. Add a **Friendly Name** for your the notification
6. In Post URL add the [previous](#in-ilert-create-uptime-kuma-alert-source) created **Uptime Kuma URL**
7. Choose **application/json** as Content Type

<figure><img src="/files/A481Zse8wWtxAsSSA6oy" alt="" width="375"><figcaption></figcaption></figure>

8. Optional: click on **Test** to test the notification

<figure><img src="/files/foV9GmBuSFx5J5eAXQDy" alt="" width="350"><figcaption></figcaption></figure>

9. Click on **Save** to finish the Setup

## FAQ

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

Yes, as soon as the monitor in Uptime Kuma sends an "OK" notification, the associated alert is automatically resolved in ilert.


---

# 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-kuma.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.
