Skip to content

Commit 1f52a15

Browse files
committed
[LB] Properly spell Success criteria
1 parent 42bbcda commit 1f52a15

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/load-balancing/monitors

1 file changed

+1
-1
lines changed

src/content/docs/load-balancing/monitors/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The Cloudflare API supports the following commands for monitors. Examples are gi
7878

7979
The following table summarizes the different types of monitors available in Cloudflare Load Balancing, their monitoring types, and how each health check process evaluates the success criteria to determine endpoint health:
8080

81-
| Monitor type | Monitoring type | Description | Health check process | Sucess critera |
81+
| Monitor type | Monitoring type | Description | Health check process | Success criteria |
8282
| ------------ | -------------- | ----------- | -------------------- | -------------- |
8383
| HTTP/HTTPS | Public and private | Used for HTTP and HTTPS endpoints with specific protocol attributes. | The probe is configured with settings and success criteria such as Method, Simulate Zone, Follow Redirects, Request Headers, and Response Body. The probe then evaluates the configured success criteria using the HTTP protocol. Throughout the configured timeout period, the TCP connection is kept active using [keep-alives](/fundamentals/reference/tcp-connections/#tcp-connections-and-keep-alives), even if no response is received. | Success is based on meeting the configured HTTP success criteria. No response within the configured timeout and retries is considered unhealthy. |
8484
| TCP | Public and private | Checks TCP connectivity by attempting to open a connection to the endpoint. | The monitor sends a TCP SYN message to the specified port. A successful health check requires receiving a SYN/ACK message to establish the connection. The connection is closed by sending a FIN or RST packet, or by receiving a FIN packet from the endpoint. | Failure to establish a TCP connection within the configured timeout and retries is considered unhealthy. |

0 commit comments

Comments
 (0)