# 카메라 상태 알림

카메라 상태 알림은 카메라가 오프라인이 되거나 다시 온라인이 되면 알려줍니다.

Verkada는 연결 상태를 확인하기 위해 모든 카메라로부터 정기적으로 하트비트를 수신합니다.

* Verkada는 15분 이내에 하트비트를 수신하지 못하면 카메라의 상태를 오프라인으로 변경합니다.
* Verkada는 오프라인 카메라에서 하트비트를 수신하면 카메라의 상태를 온라인으로 변경합니다.

{% hint style="warning" %}
모든 카메라는 카메라 상태 이벤트를 자동으로 생성하므로 이러한 이벤트를 별도로 구성할 필요가 없습니다.
{% endhint %}

***

## 카메라 상태 알림 구성

### 알림 만들기 > 이벤트

{% stepper %}
{% step %}
**Verkada Command에 로그인합니다.**
{% endstep %}

{% step %}
**Command 홈페이지의 왼쪽 탐색 메뉴에서 알림을 클릭합니다.**
{% endstep %}

{% step %}
**상단에서 새 알림을 클릭합니다.**
{% endstep %}

{% step %}
**이벤트 선택에서 Camera > 온라인/오프라인을 선택합니다.**
{% endstep %}

{% step %}
**카메라에서:**

1. 다음에서 알림을 받도록 선택합니다. **모든 카메라, 사이트,** 또는 **개별 카메라**.
2. 클릭 **완료** 그리고 알림 [알림 일정을 계속 진행합니다](#create-alert-greater-than-cameras).
   {% endstep %}
   {% endstepper %}


---

# 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://help.verkada.com/verkada-cameras/ko/analytics/create-camera-event-alerts/camera-status-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.
