ping command.
ping command.


Configuration item | Description |
Response timeout | Maximum response timeout for a health check. If the backend server does not respond properly within the specified time, the health check will be considered as failed. |
Check interval | Interval between two health checks |
Unhealthy threshold | When the health check status is "succeeded", but the health check status "failed** is received for n times (n is the entered number) in a row, the backend server will be considered unhealthy, and "abnormal" will be displayed in the console. |
Healthy threshold | When the health check status is "failed", but the health check status "succeeded" is received for n times (n is the entered number) in a row, the backend server will be considered healthy, and nothing will be displayed in the console. |
Configuration item | Description |
Check interval | Interval between two health checks. Default: 15 seconds. |
Unhealthy threshold | When the health check status is "succeeded", but the health check status "failed** is received for n times (n is the entered number) in a row, the backend server will be considered unhealthy, and "abnormal" will be displayed in the console. |
Healthy threshold | When the health check status is "failed", but the health check status "succeeded" is received for n times (n is the entered number) in a row, the backend server will be considered healthy, and nothing will be displayed in the console. |
HTTP request method and check path URL | The HEAD method is used by default, and the server returns only the header of the response packet. If the GET method is used, the server returns the complete response packet. The corresponding backend server needs to support HEAD and GET. If the page used for health check is not the default homepage of the application server, you need to specify a specific check path. If the host field parameter is specified in the HTTP HEAD request, you need to specify the check path, that is, the URI of the page file used for the health check. |
HTTP status code detection | It determines whether the HTTP status code is healthy. By default, http_1xx, http_2xx, http_3xx, and http_4xx are selected. If you use the default settings and the returned HTTP status code is not the default value, the server will be considered unhealthy. You can modify the settings for this configuration item. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback