> 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/device-manager/setting-up/set-up-device-alerts.md).

# 디바이스 알림 설정

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

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

기기 알림을 설정하려면 Deployment Manager 대시보드에서 해당 기기의 특정 페이지로 이동합니다. 그런 다음 "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
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/device-manager/setting-up/set-up-device-alerts.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.
