> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ko/fn/comm/resmon/alarm.md).

# 알림필터

{% hint style="info" %}

#### 리소스 임계치 설정을 통해 알림 필터를 등록할 수 있으며, 등록된 알림 필터는 사용자별로 수신 여부를 관리할 수 있습니다.

알림 필터는 **개인 알림**의 **기타 메뉴**에서 관리 가능합니다.
{% endhint %}

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/18.png" alt=""><figcaption></figcaption></figure>

### 1. 검색 <a href="#id-1" id="id-1"></a>

* 다양한 옵션을 활용하여 등록된 필터를 검색할 수 있습니다.<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/15.png" alt=""><figcaption></figcaption></figure>

### 2. 필터 ON/OFF 및 삭제 <a href="#id-2" id="id-2"></a>

* 좌측 체크박스를 선택하여 알림 필터의 ON/OFF 설정 및 삭제를 진행할 수 있습니다.<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/16.png" alt=""><figcaption></figcaption></figure>

### 3. 알림 필터 등록 <a href="#id-3" id="id-3"></a>

3-1. 등록 버튼 클릭

* 페이지 우측 상단에 있는 **필터 등록** 버튼을 클릭합니다.<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/13.png" alt=""><figcaption></figcaption></figure>

3-2. 상세 정보 입력

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/12.png" alt=""><figcaption></figcaption></figure>

* 하단의 정보 입력 영역에서 **추가** 버튼을 클릭하여 데이터 값을 입력하고, 해당 값의 범위를 설정합니다.

* **Network Traffic** 입력 단위는 **KB**이며, 그 외 항목들의 단위는 **%** 로 설정됩니다.

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/resource/14.png" alt=""><figcaption></figcaption></figure>

* 필터 등록 시 과탐(과도 탐지) 또는 오탐(오류 탐지)이 발생할 수 있으므로, 담당자와 충분히 논의 후 등록을 권장합니다.


---

# 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.plura.io/ko/fn/comm/resmon/alarm.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.
