> 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-ko/deploy/model-monitoring/alerting.md).

# 알림

Model Monitoring dashboard에서는 이상 감지를 위한 알림을 설정할 수 있습니다. 알림을 만들려면 먼저 Model Monitoring dashboard로 이동하세요.

모델 목록 바로 위에 있는 "Create New Alert" 버튼을 클릭하세요.

<figure><img src="/files/0fb14db80fe11cea58e4e5b64c3f5665a1b491a2" alt=""><figcaption><p>Create New Alert 버튼을 클릭하여 새 알림을 만드세요</p></figcaption></figure>

1. **알림 이름을 지정하세요.** 알림에 이름을 지정하세요. 나중에 알림을 빠르게 식별할 수 있도록 하는 데 도움이 되므로 선택 사항이지만 강력히 권장됩니다.
2. **규칙 구성**. 먼저, 알림을 만들 모델을 선택하세요. 학습된 버전이 있는 모델만 드롭다운에 표시됩니다. 또한 workspace에 SSO 규칙이 구성되어 있으면, 액세스 권한이 있는 모델만 표시됩니다.
3. **버전을 선택하세요**. 그런 다음 해당 모델의 버전을 선택하세요. 버전을 선택하지 않으면 선택한 모델의 모든 버전에 대한 모든 추론이 적용 범위에 포함됩니다.
4. **클래스를 선택하세요**. 알림 대상으로 지정할 클래스를 선택하세요.
5. **메트릭을 선택하세요.** 이제 메트릭과 임계값을 선택할 수 있습니다. 추론 결과가 임계값에 도달하면 알림이 트리거됩니다.
6. **알림 창을 선택하세요**. 알림 창을 정의할 수 있습니다. 알림 창은 알림을 트리거할지 여부를 판단하는 데 사용되는 추론 결과의 그룹입니다. 예를 들어 "30분" 창을 선택하면, 최근 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. **알림 제한을 선택하세요**. 이제 시간당 및 일별로 보낼 알림의 최대 수를 선택하세요. 알림이 몇 번 트리거되든, 여기에서 설정한 시간당 또는 일별 최대 횟수만큼만 알림을 받게 됩니다.

<figure><img src="/files/9b8c965f6a3c96f9ef5add879513b43e53ce578b" alt=""><figcaption><p>수신자와 알림 제한을 선택하세요</p></figcaption></figure>

"Submit"을 클릭하면 알림이 생성됩니다. 구성한 활성 알림 목록을 보려면 "Manage Active Alerts" 버튼을 클릭하면 됩니다. 여기에서 기존 알림을 편집하고 삭제할 수 있습니다.

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