# Device 알림 설정

Roboflow Deployment Manager는 기기가 예상대로 작동하지 않을 수 있을 때 이메일 알림을 보낼 수 있습니다. 예를 들어 다음과 같은 경우입니다:

* 기기가 Roboflow Cloud와의 연결을 잃는 경우
* 디스크 사용량이 비정상적으로 높아 기기 성능에 영향을 줄 수 있는 경우
* 특정 스트림의 Camera FPS가 너무 낮아지는 경우
* 특정 스트림의 Inference FPS가 너무 낮아지는 경우

기기 알림을 설정하려면 Deployment Manager 대시보드에서 해당 기기의 specific page로 이동하세요. 그런 다음 "Device Alerts" 탭으로 이동하여 "Add Alert"를 클릭하세요.

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

열리는 모달에서 원하는 알림을 구성하세요

<figure><img src="/files/025a05610f58335fcc183a31059ce13878d2c508" alt="" width="375"><figcaption></figcaption></figure>

그다음 "Manage Notification"을 클릭하면 수신자와 알림 빈도를 설정하고 테스트 알림을 보낼 수 있습니다.

<figure><img src="/files/d181652f0fea8e64e0290344a69f32921ef77f4d" alt="" width="375"><figcaption></figcaption></figure>

그다음 "Create Alert"를 클릭하면 알림 목록에서 해당 알림을 확인할 수 있습니다.

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


---

# Agent Instructions: 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/deploy/device-manager/setting-up/set-up-device-alerts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
