Skip to content

Commit e00915d

Browse files
added flex partial
1 parent e83d433 commit e00915d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/content/partials/networking-services/reference/tunnel-health-checks.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
params:
3+
- magicWord
34
- addTunnels
45
- changeHealthCheckRate
56
- probeHealth
@@ -14,6 +15,32 @@ A tunnel health check probe consists of an [ICMP (Internet Control Message Proto
1415

1516
A tunnel health check probe comes from Cloudflare to the tunnel origin, then returns a response to Cloudflare. This response is used to determine the outcome of the probe, which is used to calculate the state of the tunnel (this is explained in greater detail below).
1617

18+
{ props.magicWord === "Magic Transit" && (
19+
<>
20+
<Render
21+
file="tunnel-health/health-checks-compatible-cmb-eu"
22+
product="networking-services"
23+
params={{
24+
productName: "Magic Transit"
25+
}}
26+
/>
27+
</>
28+
)
29+
}
30+
31+
{ props.magicWord === "Magic WAN" && (
32+
<>
33+
<Render
34+
file="tunnel-health/health-checks-compatible-cmb-eu"
35+
product="networking-services"
36+
params={{
37+
productName: "Magic WAN"
38+
}}
39+
/>
40+
</>
41+
)
42+
}
43+
1744
## Tunnel health check attributes
1845

1946
A tunnel health check probe has important attributes described below.

0 commit comments

Comments
 (0)