> 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/uptime-kuma.md).

# Uptime Kuma Integration

Send Uptime Kuma monitoring alerts into ilert to notify on‑call responders about downtime or service issues quickly.

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 **Alerting** → **Alert sources** and click **Create new alert source**.
2. Search for **Uptime Kuma**, 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 Uptime Kuma: Add ilert Webhook

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

<figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FQWjaNdw0zZgQz718yA2q%2F3.png?alt=media&amp;token=27a65be5-5019-4cf2-bc79-7de4166e0abe" alt=""><figcaption></figcaption></figure>

2. Click on **Edit**

<figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2F6FkzMAdrU4RjAv0oYUP8%2F4.png?alt=media&amp;token=41c7acae-6000-4004-a059-bba0e031a537" alt=""><figcaption></figcaption></figure>

3. Now click on **Setup Notification**

<figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FzezStIwKfCnC2CtofHIL%2F5.png?alt=media&amp;token=5855ccef-3c06-4955-9792-645f193fa21f" 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-an-uptime-kuma-alert-source) created **Uptime Kuma URL**
7. Choose **application/json** as Content Type

<figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FC1sqi42Ko29fgcEv0Ohv%2F6.png?alt=media&amp;token=5ee3096f-1f24-4ec7-9b17-c419843589a7" alt="" width="375"><figcaption></figcaption></figure>

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

<figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FdJzQYwHojpxp3wHCPp4n%2F7.png?alt=media&amp;token=b5e25c7c-d98d-45ce-98a6-6cd857003c39" 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
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/uptime-kuma.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.
