# Kentix AlarmManager

The [Kentix AlarmManager](https://kentix.com/en-de/) is the central Kentix alarm and management unit. MultiSensors are managed by the AlarmManager. The AlarmManager is installed in the server room or rack. With Kentix AM linked to ilert, physical environment alerts – like alarms from access control or environmental sensors – are delivered as technical alerts to on-call responders. MSPs benefit by automating ticket-driven alerts, accelerating physical infrastructure monitoring and response.

## In ilert: Create a Kentix AlarmManager alert source

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

   <figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FjX0cS4q7woTXKajZmc1W%2FScreenshot%202023-08-28%20at%2010.21.10.png?alt=media&#x26;token=8ef3666b-84eb-4b51-abee-f07303313941" alt=""><figcaption></figcaption></figure>
2. Search for **Kentix AlarmManager** in the search field, click on the Kentix AlarmManager tile and click on **Next**.

   <figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FlXzQlJpaTFSR49AZk0xA%2FScreenshot%202023-08-28%20at%2010.24.23.png?alt=media&#x26;token=cffeacb4-57b9-47d4-827d-b0f6b1afd914" 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="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FNnuZqONaIhbOf6fn4OkZ%2FScreenshot%202023-08-28%20at%2011.37.47.png?alt=media&#x26;token=8a74f7b5-5bd2-4eea-97fa-1c1dbb041333" alt=""><figcaption></figcaption></figure>
5. Select you [Alert grouping](https://docs.ilert.com/alerting/configure-alerting/alert-sources#alert-grouping) preference and click **Continue setup**. You may click **Do not group alerts** for now and change it later.

   <figure><img src="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FueugN4JgHn1c90ggFA6u%2FScreenshot%202023-08-28%20at%2011.38.24.png?alt=media&#x26;token=b8009daf-3ca8-4264-a6fa-e42ef7333205" 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="https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M76ygPnS4HUcFSX8ulm%2Fuploads%2FJ1QwcjLiVLOyieOrgmpC%2FScreenshot%202023-08-28%20at%2011.47.34.png?alt=media&#x26;token=72dc29a2-ded0-44cd-89bc-229bb0569626" alt=""><figcaption></figcaption></figure>

## Configuring Webhook in the AlarmManager

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-MF14LCb-oWCfJNxCnId%2F-MF4nzIOfKRZpCT21_9w%2FScreenshot%202020-07-31%20at%2019.15.10.png?alt=media\&token=95650f24-6445-471f-85e2-0bda2aaafbf3)

Login to your AlarmManager (*default:* <http://192.168.100.222> *admin:password*)

### Creating a Webhook

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-MF14LCb-oWCfJNxCnId%2F-MF4oCKOmA9IyVHss_y4%2FScreenshot%202020-07-31%20at%2019.16.46.png?alt=media\&token=79a35715-461c-4176-83aa-604cd86169f4)

On the side menu click on **Configuration** and choose the **Webhooks** tab.\
Click on the **plus icon** to create a new webhook.

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-MF14LCb-oWCfJNxCnId%2F-MF4ohwRP_tPgUzU1Un_%2FScreenshot%202020-07-31%20at%2019.18.40.png?alt=media\&token=b439c79e-3d1e-472e-96be-9bfb6e52bf70)

Fill out all required fields as shown in the screenshot, paste your copied url from your ilert Kentix AlarmManager alert source, as well as the provided data payload template below:

```
{
    "time": "$TIME$",
    "building": "$BUILDING_NAME$",
    "alarmzone": "$ALARMZONE_NAME$",
    "alarmzone-state": "$ALARMZONE_STATE$",
    "device": "$DEVICE_NAME$",
    "address": "$DEVICE_ADDRESS$",
    "temperature": "$TEMPERATURE_VALUE$",
    "temperature-alarm": "$TEMPERATURE_ALARM$",
    "humidity": "$HUMIDITY_VALUE$",
    "humidity-alarm": "$HUMIDITY_ALARM$",
    "dewpoint": "$DEWPOINT_VALUE$",
    "dewpoint-alarm": "$DEWPOINT_ALARM$",
    "fire": "$CO_VALUE$",
    "fire-alarm": "$CO_ALARM$",
    "intrusion": "$MOTION_VALUE$",
    "intrusion-alarm": "$MOTION_ALARM$",
    "vibration": "$VIBRATION_VALUE$",
    "vibration-alarm": "$VIBRATION_ALARM$",
    "input1": "$INPUT_VALUE[1]$",
    "input1-alarm": "$INPUT_ALARM[1]$",
    "input2": "$INPUT_VALUE[2]$",
    "input2-alarm": "$INPUT_ALARM[2]$",
    "connection": "$CONNECTION_VALUE$",
    "connection-alarm": "$CONNECTION_ALARM$",
    "latency": "$LATENCY_VALUE$",
    "latency-alarm": "$LATENCY_ALARM$",
    "extpower": "$EXTPOWER_VALUE$",
    "extpower-alarm": "$EXTPOWER_ALARM$"
}
```

Click on the save icon in the top right.

### Assigning Webhook to Alarmzone

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-MF14LCb-oWCfJNxCnId%2F-MF4pleyDjlH5ObTuc_B%2FScreenshot%202020-07-31%20at%2019.19.39.png?alt=media\&token=087db5e2-411b-4805-bb35-14338713a290)

Navigate to the root **dashboard** view (top left item in sidebar), choose the Alarmzone which you want to connecto to your ilert alert source. Click on the **cog** and and select **Edit**.

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-MF14LCb-oWCfJNxCnId%2F-MF4tR_u-hQ7WR_xsUb9%2FScreenshot%202020-08-18%20at%2015.14.12.png?alt=media\&token=24f28a7d-08fe-4869-b46b-6a518a20e197)

Scroll all the way down to the Alarmzone's **Webhooks** configuration.\
And click on the **plus icon** to create a new assignment.

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-MF14LCb-oWCfJNxCnId%2F-MF4tgY378Ga1vV1XS4k%2FScreenshot%202020-08-18%20at%2015.14.17.png?alt=media\&token=eb88a8e2-c587-478e-a9da-d497da4a2cb9)

It is important to choose **Alarmstate change** as alarm assignment otherwise the connection wont work properly.

## A word on the Kentix device <-> ilert alert relation

Each ilert alert source is connected to a Kentix AlarmManager Webhook.\
Which in fact are assigned to Alarmzones. You might created multiple alert sources and assign them to as many Alarmzones as you like.

Each device in a alarmzone will create its own alert for its alarms.\
However ilert will not create a new alert per alarm type if an ongoing alert of the same device is already open, instead the additional alarms are appended to the existing alert.

When all alarms of the device fall back to normal state, ilert will automatically resolve the opened alert.

![](https://3394882078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M76ygPnS4HUcFSX8ulm%2F-MF14LCb-oWCfJNxCnId%2F-MF4uOibYCNDyToZMbAn%2FScreenshot%202020-08-18%20at%2017.18.47.png?alt=media\&token=89eb90c8-0482-41e7-b08f-bcb667cc18cc)


---

# 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/kentix-am.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.
