> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/dashboard/alarms_and_warnings.md).

# Alarms and warnings handling

Boomerang monitors measuring point readings.

When a value crosses a limit, the system raises a **warning** or an **alarm**.

### Key concepts

* Limits define when alarms and warnings trigger.
  * See [Alarm limits](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-limits.md).
* Alarm Filter reduces noise by requiring consecutive out-of-limit readings.
  * See [Alarm filter](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-filter.md).

In this section, “alarm” means alarms and warnings unless stated otherwise.

{% stepper %}
{% step %}

### Alarm is triggered

An alarm becomes **active** when limit and filter conditions are met.

Active alarms are shown in the UI.

See [Alarm presentation](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-presentation.md).
{% endstep %}

{% step %}

### Alarm is delivered

The system notifies one or more users using configured channels.

See [Alarm delivery](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-delivery.md).
{% endstep %}

{% step %}

### Investigate and correct

Use the alarm list and object view to identify the cause.

Typical outcomes:

* the measured value returns to the normal range
* communication with the measuring point is restored

{% hint style="info" %}
Also do preventive actions to avoid recurring alarms.
{% endhint %}
{% endstep %}

{% step %}

### Sign (close) the alarm

Alarms remain active until a user signs them.

See [Alarm signing](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-signing.md).

Warnings close automatically when the warning condition disappears.

{% hint style="danger" %}
If you sign while the condition still exists, the alarm can trigger again.
{% endhint %}
{% endstep %}
{% endstepper %}

### Where to look next

* [Alarm types](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-types.md)
* Object view: [Activity log tab](/boomerang-3-user-manual/dashboard/object_view/detailed-object-view/activity-log-tab.md)


---

# 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:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/dashboard/alarms_and_warnings.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.
