> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/deploy/model-monitoring/alerting.md).

# アラート

Model Monitoring dashboard では、異常検知の通知を設定できます。アラートを作成するには、まず Model Monitoring dashboard に移動します。

モデル一覧のすぐ上にある「Create New Alert」ボタンをクリックします。

<figure><img src="/files/d6aa58caacf5c8fba0b4545ca64f5f054112dd10" alt=""><figcaption><p>「Create New Alert」ボタンをクリックして新しいアラートを作成します</p></figcaption></figure>

1. **アラートに名前を付けます。** アラートに名前を付けます。これは任意ですが、後でアラートをすばやく識別できるよう強く推奨します。
2. **ルールを設定する**. まず、アラートを作成したいモデルを選択します。trained version があるモデルのみが dropdown に表示される点に注意してください。さらに、workspace に SSO rules が設定されている場合は、アクセス権のあるモデルのみが表示されます。
3. **バージョンを選択する**. 次に、そのモデルのバージョンを選択します。バージョンが選択されていない場合、選択したモデルのすべてのバージョンに対するすべての推論が対象になります。
4. **クラスを選択する**. アラートの対象にしたいクラスを選択します。
5. **メトリクスを選択する。** ここで、メトリクスとしきい値を選択できます。推論結果がしきい値に達すると、アラートがトリガーされます。
6. **アラートウィンドウを選択する**. アラートウィンドウを定義できます。アラートウィンドウは、アラートをトリガーするかどうかを判断するために使用される推論結果のグループです。たとえば、"30 minutes" のウィンドウを選択すると、直近30分以内に生成された推論結果（ローリング）だけが、アラートの発火しきい値に達したかどうかの判断に使われます。
7.

```
<figure><img src="../../.gitbook/assets/Screenshot 2024-05-23 at 21.23.31.png" alt=""><figcaption><p>アラート設定を作成</p></figcaption></figure>
```

8. **アラートの受信者を選択する**. ここで、アラートの送信先にする workspace 内のチームメンバーの一覧を設定できます。デフォルトでは、アラートはあなただけに送信されます。
9. **通知の上限を選択する**. ここで、1時間あたりおよび1日あたりに送信するアラートの最大数を選択します。アラートが何回トリガーされても、ここで設定した1時間ごとまたは1日ごとの上限回数までしか通知は届きません。

<figure><img src="/files/b86896cb3609c12427c216eda19f21d32b5c9330" alt=""><figcaption><p>受信者と通知の上限を選択する</p></figcaption></figure>

「Submit」をクリックすると、アラートが作成されます。設定したアクティブアラートの一覧を表示するには、「Manage Active Alerts」ボタンをクリックします。ここから、既存のアラートを編集・削除できます。

<figure><img src="/files/08cc8b853b219b0854500dcf6e0c013b14f5110b" alt=""><figcaption><p>アクティブアラートを表示</p></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.roboflow.com/roboflow/roboflow-jp/deploy/model-monitoring/alerting.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.
