You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/magic-transit/network-health/index.mdx
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,16 @@ sidebar:
7
7
8
8
import { DirectoryListing } from"~/components"
9
9
10
-
Health checks consist of probes to determine the status of a tunnels. Magic Transit uses this information to steer traffic through the best available route, and to warn you about potential issues with a tunnel. Service-level indicators (SLI) and service-level objectives (SLOs) combine to determine when Cloudflare sends you Magic Tunnel health alerts. Refer to [Magic Tunnel health check calculation](/magic-transit/reference/magic-tunnels/) for more information.
10
+
Magic Transit uses health checks probes to determine the status of tunnels. This information is used to steer traffic through the best available route, and to warn you about potential issues with a tunnel. Service-level indicators (SLI) and service-level objectives (SLOs) combine to determine when Cloudflare sends you tunnel health alerts. Refer to [Magic Tunnel health check calculation](/magic-transit/reference/magic-tunnels/) for more information about SLI and SLOs.
11
11
12
12
There are two types of health checks available: endpoint and tunnel health checks.
13
13
14
-
## Endpoint health checks
15
-
16
14
Endpoint health checks evaluate connectivity from Cloudflare distributed data centers to your origin network. Designed to provide a broad picture of Internet health, endpoint probes flow over available tunnels and do not inform tunnel selection or steering logic.
17
15
18
16
Cloudflare global network servers issue endpoint health checks outside of customer network namespaces and typically target endpoints beyond the tunnel-terminating border router.
19
17
20
18
During onboarding, you specify IP addresses to configure endpoint health checks.
21
19
22
-
## Tunnel health checks
23
-
24
20
Tunnel health checks monitor the status of the tunnels that route traffic from Cloudflare to your origin network. Magic Transit relies on health checks to steer traffic to the best available routes.
25
21
26
22
During onboarding, you specify the tunnel endpoints or tunnel health check targets the tunnel probes originating from Cloudflare's global network will target.
0 commit comments