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

# Domotz Integration

Learn how to connect Domotz to ilert using a webhook integration for streamlined network monitoring alerts.

[Domotz](https://www.domotz.com/) is a remote network monitoring and management platform designed for IT teams, MSPs, and network administrators. It provides real-time visibility into devices, performance, and security. By integrating Domotz with ilert via webhooks, you can automatically forward critical network alerts into ilert, ensuring they are escalated according to your on-call schedules and reducing the mean time to resolution (MTTR). This integration centralizes monitoring data and streamlines incident response.

## In ilert: Create a Domotz alert source

1. Go to **Alerting** → **Alert sources** and click **Create new alert source**.
2. Search for **Domotz**, 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.

<figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2Fgit-blob-a619aa5276a8eef9580d971499bd0fa19c719199%2Falert-source-domotz.png?alt=media" alt="The Settings tab of a Domotz alert source in ilert, showing the integration type, the masked integration key, and the Domotz URL."><figcaption></figcaption></figure>

## In Domotz: Creating a webhook integration

1. On the sidebar, navigate to **Integrations**.

<figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FbwKJ42XIceikrgh16UBF%2F1.png?alt=media&amp;token=e34d2727-d564-4f77-8abd-06ff14ac5307" alt=""><figcaption></figcaption></figure>

2. Scroll down to the **Messaging** category and select **Webhooks**.

<figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FPL9WupD0Z8sXFWKyv5T3%2F2.png?alt=media&amp;token=0de0999f-6d15-41c2-9d63-120530734a39" alt=""><figcaption></figcaption></figure>

3. Enter a **Name** for the webhook.
4. Paste the **previously generated integration URL** from ilert into the **Add webhook address** field.
5. Click **Add** to finish the setup.

<figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2Fb8fx8B9H1pkk2otkYi5L%2F3.png?alt=media&amp;token=ebdd77e4-d6e0-49a8-913a-af48a409be8a" alt=""><figcaption></figcaption></figure>

## FAQ

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

Yes, as soon as a Domotz sends an alert event with field data.value set to `ONLINE` or `device.status` to `UP`, corresponding alert in ilert will be resolved.


---

# 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/domotz.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.
