---
title: "View target group and server status"
sidebar_label: "View target group and server status"
sidebar_position: 5
description: "How to view the status of a target group and the servers within it, list of statuses for monitoring performance"
---

import {CustomTable} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# View target group and server status

## View target group status \{#group-statuses}

The operation status shows how traffic balancing is proceeding.

1. In the [Control panel](https://my.selectel.ru/vpc/default/lbaas/load-balancers/), on the top menu, click **Products** and select **Cloud Servers**.
2. Go to the **Load Balancers** section → **Target Groups** tab.
3. Check the status in the target group card.

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>ONLINE</th><td>All health checks are passing, and the servers are accepting requests</td>
      </tr>

      <tr>
        <th>DEGRADED</th><td>Some servers in the group are not accepting requests from the load balancer</td>
      </tr>

      <tr>
        <th>ERROR</th><td>All servers in the group are failing health checks and not accepting traffic from the load balancer, although the servers themselves may be in an active state</td>
      </tr>

      <tr>
        <th>OFFLINE</th><td>All servers in the group are suspended and not accepting requests from the load balancer</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## View server status \{#server-statuses}

1. In the [Control panel](https://my.selectel.ru/vpc/default/lbaas/load-balancers/), on the top menu, click **Products** and select **Cloud Servers**.
2. Go to the **Load Balancers** section → **Target Groups** tab.
3. Open the target group page.
4. In the server row, in the **Status** column, check the status.

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>ONLINE</th><td>The server is successfully responding to health checks</td>
      </tr>

      <tr>
        <th>CREATING</th><td>The server is being added to the target group</td>
      </tr>

      <tr>
        <th>UPDATING</th><td>Server settings are being updated</td>
      </tr>

      <tr>
        <th>OFFLINE</th><td>The server is not accepting requests, although the server itself may be in an active state</td>
      </tr>

      <tr>
        <th>BACKUP</th><td>The server has been set to backup status and will be included in operation if the other servers in the target group are non-functional</td>
      </tr>

      <tr>
        <th>NO\_MONITOR</th><td>Service health is not being checked by health checks. If all load balancer servers are in this status, the load balancer status is ≠ `ONLINE`</td>
      </tr>

      <tr>
        <th>DRAINING</th><td>The server is not accepting new connections but continues to process existing ones</td>
      </tr>

      <tr>
        <th>ERROR</th><td>The service on the specified port is not responding or is failing the response type health check</td>
      </tr>

      <tr>
        <th>DELETING</th><td>The server is being removed from the load balancer target group. This does not affect server operation</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
