Skip to content

Commit 46a238e

Browse files
committed
fix tables
1 parent 12a768f commit 46a238e

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

articles/load-balancer/manage-probes-how-to.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ In this example, you'll create a TCP health probe to monitor port 80.
5454

5555
6. Enter or select the following information in **Add health probe**.
5656

57-
| Setting | Value |
58-
| ------- | ----- |
59-
| Name | Enter **myHealthProbe**. |
60-
| Protocol | Select **TCP**. |
61-
| Port | Enter the **TCP** port you wish to monitor. For this example, it's **port 80**. |
62-
| Interval | Enter an interval between probe checks. For this example, it's the default of **5**. |
63-
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of **2**. |
57+
| Setting | Value |
58+
| ------- | ----- |
59+
| Name | Enter **myHealthProbe**. |
60+
| Protocol | Select **TCP**. |
61+
| Port | Enter the **TCP** port you wish to monitor. For this example, it's **port 80**. |
62+
| Interval | Enter an interval between probe checks. For this example, it's the default of **5**. |
63+
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of **2**. |
6464

6565
7. Select **Add**.
6666

@@ -106,14 +106,14 @@ In this example, you'll create an HTTP health probe.
106106

107107
6. Enter or select the following information in **Add health probe**.
108108

109-
| Setting | Value |
110-
| ------- | ----- |
111-
| Name | Enter **myHealthProbe**. |
112-
| Protocol | Select **HTTP**. |
113-
| Port | Enter the **TCP** port you wish to monitor. For this example, it's **port 80**. |
114-
| Path | Enter a URI used for requesting health status. For this example, it's **/**. |
115-
| Interval | Enter an interval between probe checks. For this example, it's the default of **5**. |
116-
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of **2**. |
109+
| Setting | Value |
110+
| ------- | ----- |
111+
| Name | Enter **myHealthProbe**. |
112+
| Protocol | Select **HTTP**. |
113+
| Port | Enter the **TCP** port you wish to monitor. For this example, it's **port 80**. |
114+
| Path | Enter a URI used for requesting health status. For this example, it's **/**. |
115+
| Interval | Enter an interval between probe checks. For this example, it's the default of **5**. |
116+
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of **2**. |
117117

118118
7. Select **Add**.
119119

@@ -159,14 +159,14 @@ In this example, you'll create an HTTPS health probe.
159159

160160
6. Enter or select the following information in **Add health probe**.
161161

162-
| Setting | Value |
163-
| ------- | ----- |
164-
| Name | Enter **myHealthProbe**. |
165-
| Protocol | Select **HTTPS**. |
166-
| Port | Enter the **TCP** port you wish to monitor. For this example, it's **port 443**. |
167-
| Path | Enter a URI used for requesting health status. For this example, it's **/**. |
168-
| Interval | Enter an interval between probe checks. For this example, it's the default of **5**. |
169-
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of **2**. |
162+
| Setting | Value |
163+
| ------- | ----- |
164+
| Name | Enter **myHealthProbe**. |
165+
| Protocol | Select **HTTPS**. |
166+
| Port | Enter the **TCP** port you wish to monitor. For this example, it's **port 443**. |
167+
| Path | Enter a URI used for requesting health status. For this example, it's **/**. |
168+
| Interval | Enter an interval between probe checks. For this example, it's the default of **5**. |
169+
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of **2**. |
170170

171171
7. Select **Add**.
172172

0 commit comments

Comments
 (0)