> For the complete documentation index, see [llms.txt](https://docs.plura.io/ja/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/ja/fn/comm/resmon/alarm.md).

# 通知フィルター

{% hint style="info" %}
リソースしきい値設定で通知フィルターを登録でき、登録された通知フィルターはユーザーごとに受信有無を管理できます。

通知フィルターは、個人通知のその他のメニューから管理できます。
{% endhint %}

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

### 1. 検索 <a href="#id-1" id="id-1"></a>

* さまざまなオプションで登録したフィルターの検索を行うことができます。

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

### 2. フィルターON/OFF/削除 <a href="#id-2" id="id-2"></a>

* 左側のチェックボックスを選択して通知フィルターのON/OFF設定および削除ができます。

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

### 3. 通知フィルタ登録 <a href="#id-3" id="id-3"></a>

3-1. 登録ボタンクリック

* ページ右上にあるフィルター登録ボタンをクリックします。

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

3-2. 詳細情報入力

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

* 下段にある情報入力領域の追加ボタンをクリックすると、データ値を入力して該当する値の範囲を設定できます。

<figure><img src="/files/jxttPg2FBiUP8TD4Tlj9" 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/ja/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.
