# Instance Overview

모니터링 중인 그룹에 포함된 DB 인스턴스들의 상태 및 인스턴스의 Alert 발생 현황을 확인하는 영역이다.

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

* Instance Overview에서는 각 인스턴스의 상태를 한눈에 확인할 수 있다.
  * **Normal**: 우측에 Alert 항목이 보인다.
  * **Agent Disconnected / DB Down**: 해당 상태가 우측에 표시된다.
* 각 인스턴스 당 색상이 할당되며, 클러스터일 경우 묶여서 배치된다.
* 우측 화살표 버튼을 클릭하여 Instance Overview 메뉴를 숨기거나 펼칠 수 있다.

### Instance 상태 설명

모니터링 대상 DB의 상태에는 Normal, Agent Disconnected, DB Down이 있다.

* **Normal**: DB가 기동중이며 PG Agent와의 연결이 확인되어 지표를 수집하고 있는 상태를 나타낸다.
* **Agent Disconnected**: DB는 기동중이나 Agent와 연결이 안 되어 지표 수집이 안되는 상태를 나타낸다.
* **DB Down**: DB 인스턴스가 다운 상태이거나 연결을 맺을 수 없는 상태를 나타낸다.

{% hint style="info" %}
**참고**

1분간 등록된 인스턴스와의 연결 시도가 실패할 경우 SysMasterDB는 해당 DB 인스턴스를 Down 상태로 간주한다. 이후 연결이 다시 가능해질 경우 자동으로 이를 인식하여 Normal 상태로 전환된다.
{% endhint %}

{% hint style="warning" %}
**주의**

방화벽 설정 변경 등의 이유로 PG Agent 데이터 수집 전송이 멈췄을 경우 Normal 상태에서 아무런 지표가 보이지 않는 현상이 있을 수 있다. 따라서 Normal 상태인데 실시간 지표가 보이지 않는다면, 관제 DB 머신과 PG Agent 로그를 확인해 볼 필요가 있다.
{% endhint %}

### Import Instance

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

&#x20;Super Admin의 경우 'Import 버튼'을 통해 관제 대상 [**인스턴스를 등록**](/sysmasterdb-for-postgresql1.0/8.3_manual/sysmasterdb/import-instance.md) 할 수 있다.

### Alert Events

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

인스턴스 항목 오른쪽에 각 인스턴스 별 발생한 Alert 현황을 파악할 수 있으며, 해당하는 버튼 클릭시 Error / Warning Alert 발생 현황을 확인할 수 있다.&#x20;

{% hint style="info" %}
**참고**\
[Alert Events 페이지](/sysmasterdb-for-postgresql1.0/8.3_manual/dashboard/instance-overview/alert-events.md) 바로가기
{% endhint %}

### 인스턴스 선택 기능

Instance Overview에서 특정 인스턴스를 선택하여 Card View 및 Custom Area에서 해당 인스턴스에 대한 데이터만 표시하도록 설정할 수 있다.

<figure><img src="/files/1JRDiKzJt8vAsAc6AGV4" alt=""><figcaption></figcaption></figure>

인스턴스 선택 시 Dashboard 모든 영역에서 Auto Refresh가 멈추며 모든 영역의 데이터가 선택했던 시점으로 고정된다.

### 드롭다운 메뉴 설명

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

각 인스턴스를 클릭해 각 메뉴로 빠르게 전환하거나, Instance Info를 통해 해당 인스턴스의 정보를 확인할 수 있다.

* [**Instance Monitoring**](/sysmasterdb-for-postgresql1.0/8.3_manual/realtime/main-monitoring/instance-monitoring.md): 해당 인스턴스에 대한 Instance Monitoring 메뉴로 이동한다.
* [**Session Monitoring**](/sysmasterdb-for-postgresql1.0/8.3_manual/realtime/main-monitoring/session-monitoring.md): 해당 인스턴스에 대한 Session Monitoring 메뉴로 이동한다.
* [**Create Alert**](/sysmasterdb-for-postgresql1.0/8.3_manual/settings/alert.md#user-created-alert-1): Alert 를 생성할 수 있다.
* [**Instance Info**](/sysmasterdb-for-postgresql1.0/8.3_manual/dashboard/instance-overview/instance-info.md): 모니터링 DB 인스턴스 및 장비에 관한 상세 정보를 제공한다.


---

# 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.tibero.com/sysmasterdb-for-postgresql1.0/8.3_manual/dashboard/instance-overview.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.
