> 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-instrukcja-obslugi-uzytkownika/dashboard/object_view/szczegolowy-widok-obiektu/zakladka-raport-zdarzen.md).

# Zakładka Raport zdarzeń

Zakładka **„Raport zdarzeń”** pokazuje zdarzenia dla punktów pomiarowych w obiekcie.

Zdarzeniami są między innymi alarmy, ostrzeżenia, błędy komunikacji i zmiany konfiguracji.

<figure><img src="/files/UgAL4R7vrpUoZDEj5Wyb" alt="Zakładka Raport zdarzeń"><figcaption></figcaption></figure>

### Ikona aktywnych alarmów

Przy nazwie zakładki może pojawić się czerwony znak **x**.

<figure><img src="/files/tRsf9S8KGvpPHhON2oip" alt=""><figcaption></figcaption></figure>

Oznacza to, że w bieżącym zakresie widoku są aktywne alarmy lub ostrzeżenia.

### Kolumny i szczegóły zdarzeń

Wpis zdarzenia zwykle zawiera:

* datę i godzinę,
* punkt pomiarowy,
* typ zdarzenia (ikona w kolumnie „Typ zdarzenia”),
* opis,
* próg alarmowy,
* dane podpisujących i komentarze.

Dla alarmów i ostrzeżeń kliknij ikonę typu zdarzenia, aby zobaczyć szczegóły obsługi.

<figure><img src="/files/n0erduXAmE7lOmuTVssx" alt="Szczegóły zdarzenia alarmowego" width="483"><figcaption></figcaption></figure>

### Filtrowanie

Możesz filtrować dziennik według typu zdarzenia.

<figure><img src="/files/UUg54xM5j9rhjAj4z4yL" alt="Filtrowanie raportu zdarzeń"><figcaption></figcaption></figure>

Przełącznik **„Wszystkie / Aktywne Alarmy”** pokazuje:

* wszystkie zdarzenia, albo
* tylko aktywne alarmy.

<figure><img src="/files/DyMGxMA0ZCgRI1qm5NlC" alt="Przełącznik All / Active Alarms"><figcaption></figcaption></figure>

{% hint style="info" %}
Aktywne alarmy są zawsze widoczne, niezależnie od ustawionego zakresu czasu.
{% endhint %}

### Podpisywanie alarmów z listy

{% stepper %}
{% step %}

### Wybierz alarmy

Zaznacz alarmy w lewej kolumnie.

Możesz też zaznaczyć wszystkie aktywne alarmy checkboxem w nagłówku.

<figure><img src="/files/issVvrYzQjKUAgo7GnZz" alt="Zaznaczanie alarmów na liście"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Podpisz alarmy

Kliknij **„Sign Alarm”**.

Potwierdź operację w oknie podpisu.

<figure><img src="/files/INPIXmzcmZAE1uV7TGBw" alt="Przycisk Sign Alarm"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

Po podpisaniu alarmy stają się nieaktywne.

Szczegóły podpisu i obsługi alarmów:

* [Podpisz](/boomerang-3-instrukcja-obslugi-uzytkownika/common_elements/sign.md)
* [Obsługa alarmów i ostrzeżeń](/boomerang-3-instrukcja-obslugi-uzytkownika/dashboard/alarms_and_warnings.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, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/boomerang-3-instrukcja-obslugi-uzytkownika/dashboard/object_view/szczegolowy-widok-obiektu/zakladka-raport-zdarzen.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.
