Getting a Load Balancer's Health Details

Describes how to get a load balancer's health status details.

The following table lists the health status indicators and their meanings.

Level

Color

Description

Critical

Red

At least one backend set associated with the load balancer returns a status of Critical.

Warning

Yellow

All the following conditions are true:

  • At least one backend set associated with the load balancer returns a status of Warning or Pending.

  • No backend sets return a status of Critical.

  • The load balancer life-cycle state is Active.

Incomplete

Yellow

Any one of the following conditions is true:

  • No backend sets are defined for the load balancer.

  • All the following conditions are true:

    • More than half of the backend sets associated with the load balancer return a status of Incomplete.

    • None of the backend sets return a status of Warning or Critical.

    • The load balancer life-cycle state is Active.

Pending

Yellow

Any one of the following conditions is true:

  • The load balancer life-cycle state is not Active.

  • All the following conditions are true:

    • More than half of the backend sets associated with the load balancer return a status of Pending.

    • None of the backend sets return a status of Warning or Critical.

    • The load balancer life-cycle state is Active.

  • The system could not retrieve metrics for any reason.

OK

Green

All backend sets associated with the load balancer return a status of OK.

    1. Open the navigation menu, click Networking, and then click Load Balancers.

    2. Select the Compartment from the list.

      All load balancers and network load balancers in that compartment are listed in tabular form.

    3. (optional) Select a State from the list to limit the load balancers displayed to that state.

    4. (optional) Uncheck Network Load Balancer under Type to only display load balancers.

    5. Click the load balancer that you want to edit.

      The Load Balancer Details dialog box appears.

    6. View the Overall Health and Backend Sets Health indicators.

  • Use the oci lb load-balancer-health get command and required parameters to the a load balancer's health details:

    oci lb load-balancer-health get --load-balancer-id load_balancer_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the GetLoadBalancerHealth operation to display the health details for a load balancer.