Status

Overview

Key Sections

Config Status

The use of intuitive icons and color-coding (e.g., green for running, red for stopped or error) enhances the usability of this section. Users can quickly scan the icons to get a sense of the overall health and configuration of the system without needing to read detailed text. Detailed description of the status is available when the user hovers over a particular icon.

Internet -> Load Balancer

  • Gateway State (arrows)

    • Enabled: The Load Balancer is enabled and accepting traffic

    • Disabled: The Load Balancer is stopped

  • Gateway Security (lock)

    • Secured: Traffic to the Load Balancer is encrypted with an SSL certificate (HTTPS)

    • Unsecured: Traffic to the Load Balancer flows though unencrypted HTTP protocol

Load Balancer -> Endpoints

  • Endpoints Security (lock)

    • Secured: Traffic to the endpoints is encrypted with an SSL certificate (HTTPS)

    • Unsecured: Traffic to the endpoints flows though unencrypted HTTP protocol

  • Endpoints State (arrows)

    • All endpoints in config: All endpoints are included in Nginx config on the server

    • Some endpoints not in config: Some endpoints are not included in Nginx config on the server

    • Extra endpoints in config: Some endpoints from Nginx config on the server are no longer present in the Load Balancer settings

    • No endpoints in config: No endpoints from the Load Balancer settings are included in Nginx config on the server

URL

This section shows a clickable link to the load balancer gateway.

URL Statuses

  • In config: The configured URL is the same as the URL in Nginx config on the server.

  • Not in config: The configured URL is different than the URL in Nginx config on the server.

Host Server

This section displays the name of the server hosting the load balancer, along with the number of CPU cores and Nginx version.

Application Endpoints

This section displays detailed information about all applications that are associated with the load balancer.

Application Instance Statuses

  • Config

    • In config: The endpoint is included in Nginx config on the server.

    • Not in config: The endpoint is not included in Nginx config on the server.

  • State

External Endpoints

This section lists all external endpoints that are associated with the load balancer. The external endpoint may have the following formats:

  • Hostname

  • Hostname + Port Number

  • IP Address

  • IP Address + Port Number

External Endpoint Statuses

  • In config: The endpoint is included in Nginx config on the server.

  • Not in config: The endpoint is not included in Nginx config on the server.

Sync Actions

  • Status: Syncs information displayed in all sections of this tab, including Load Balancer Config, Gateway Certificates and Endpoint Certificates status.

Load Balancer Actions

Start/Restart Load Balancer

This process ensures that the load balancer is handling incoming requests and distributing them to the appropriate backend servers. Restarting the load balancer is necessary when you make changes to the configuration or need to apply updates (for example changing the URL or adding new endpoints etc). To restart the load balancer the user needs to provide the root password.

Stop Load Balancer

Stopping the load balancer prevents it from accepting any incoming traffic. You can use this feature to temporarily or permanently decommission the load balancer from operation. To stop the load balancer the user needs to provide the root password.

Terminate Load Balancer

Terminating the load balancer has the same effect for the end-users as stopping the load balancer. In addition terminating the load balancer deletes the configuration files on the hosting server. To terminate the load balancer the user needs to provide the root password.

The following table describes the differences between stopping and terminating the load balancer.

Stop
Terminate

Makes the site unavailable

Deletes the site config

Delete Gateway Certificates

Delete Endpoint Certificates

Last updated