# Alarms

The **Alarms** feature in Efento Cloud provides an overview of all active and past alarms for your Organisation. It is accessible to **all users**, regardless of permission level (Administrator, Manager, or Analyst).

## **Alarms Preview**

In the **Alarms** menu, you can see a list of current and historical alarms. Each alarm has a status:

* **Active** – The alarm threshold is currently exceeded
* **Inactive** – The threshold was exceeded in the past but has not yet been confirmed
* **Confirmed** – A user has acknowledged the alarm, and the sensor measurements are no longer exceeding the threshold

{% hint style="warning" %}
Alarms can only be **confirmed** when sensor measurements have returned within normal thresholds.
{% endhint %}

![](/files/86c60f3529724aa2f335a7cf696a86b170c68deb)

***

## **Alarm detsils**

To quickly review the notifications sent for an alarm, including the **channels**, **users**, and **timestamps**, click the **Show details** button in the **Notification** column. A dialog box will display all relevant information.

![](/files/8f957539c677e5084c126f7771552cf72a784f0b)

To view when the alarm occurred on a chart, click the **Preview icon** (chart symbol) on the right side of the alarms table.

![](/files/93dc3d921afc39acfead55a50d4cd3485a374cf9)

For detailed sensor data during the alarm period, click the sensor’s **serial number** in the list. You will be redirected to the [Sensor’s details page](/efento-cloud/basics/sensor-details.md), showing measurements over a **4-hour period**, with the moment of the alarm highlighted by a **red circle** on the chart.

## **Confirming Alarms**

The **Confirm** function is used to mark alarms that have already been resolved, indicating that the situation has been addressed and measurements have returned to normal. This helps maintain an accurate alarm history and prevents unnecessary notifications for resolved events. To confirm an alarm:

1. Click the **Confirm** button in the alarm list.
2. Optionally, enter a **comment** describing the cause of the alarm or the actions taken to resolve it.
   * This comment will be displayed when hovering over the **Confirmed** status in the alarm list.
   * Adding a comment is recommended for documentation purposes but is not mandatory.

Once confirmed, the alarm status changes to **Confirmed**, and the system recognises that no further immediate action is required for that event.

## **Exporting Alarm List**

Efento Cloud allows users to export a list of alarms for record-keeping, reporting, or analysis. This feature is available to **all users**, regardless of permission level. To export the alarm list:

1. Select the desired **time range** in the upper-right corner of the table
2. Click the **Export alarm list** button

The alarm list will be sent as a **PDF file** to the email address associated with your Efento Cloud account.

![](/files/14c149a8316618c4f1c0e9501bf3c823af696068)

## Sorting and filtering alarms

You can sort alarms by:

* Date of occurrence
* Status
* Alarm type
* Cause
* Current sensor measurement
* Rule name
* Notification recipients

Additionally, you can:

* Search for a specific sensor by **name** or **serial number**
* Limit the **date range** for displayed alarms
* Display only alarms for a **selected location** using the location menu on the left


---

# 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.efento.io/efento-cloud/basics/alarms.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.
