doc-exports/docs/elb/umn/elb_ug_hc_0003.html
Artem Goncharov 0751a20eaa
move elb docs to proper location (#6)
move elb docs to proper location

Reviewed-by: OpenTelekomCloud Bot <None>
2022-05-06 12:13:22 +00:00

2.9 KiB

Disabling a Health Check

Scenarios

If you do not require health check, you can disable it when you add listeners. If you have already added listeners with health check enabled, you can also disable it when you modify the listeners.

After health check is disabled, the load balancer will consider all backend servers healthy and will still route requests to a backend server even if this server becomes faulty or is working abnormally. As a result, applications on this server are inaccessible. If this happens, ensure that the ports used by the backend servers are normal. You are advised not to disable health checks unless necessary.

Procedure

  1. Log in to the management console.
  2. In the upper left corner of the page, click and select the desired region and project.
  3. Hover on in the upper left corner to display Service List and choose Network > Elastic Load Balancing.
  4. Locate the load balancer and click its name.
  1. Click Backend Server Groups, locate the backend server group, and click its name.
  2. Click More in the Operation column.
  3. Select Configure Health Check from the drop-down list.
  1. In the Configure Health Check dialog box, disable the health check.
  1. Click OK.
Parent topic: Health Check