Skip to content

Commit 1d22ffc

Browse files
marciocloudflaresdnts
authored andcommitted
[Magic] Health checks EU (cloudflare#23795)
* created cmb eu partial * added link refined text * added flex partial * added params * added partial * added partial * added partial
1 parent 837f5c6 commit 1d22ffc

File tree

9 files changed

+78
-1
lines changed

9 files changed

+78
-1
lines changed

src/content/docs/magic-transit/network-health/check-tunnel-health-dashboard.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ import { Render } from "~/components";
1616
productPath: "**Magic Transit** > **Tunnel health**",
1717
}}
1818
/>
19+
20+
<Render
21+
file="tunnel-health/health-checks-compatible-cmb-eu"
22+
product="networking-services"
23+
params={{
24+
productName: "Magic Transit"
25+
}}
26+
/>

src/content/docs/magic-transit/network-health/index.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 6
66
---
77

8-
import { DirectoryListing } from "~/components"
8+
import { DirectoryListing, Render } from "~/components"
99

1010
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 [How Cloudflare calculates Magic Tunnel health alerts](/magic-transit/reference/how-cloudflare-calculates-magic-tunnel-health-alerts/) for more information about SLI and SLOs.
1111

@@ -25,6 +25,14 @@ There are two types of health checks available: endpoint and tunnel health check
2525

2626
Refer to [Tunnel health checks](/magic-transit/reference/tunnel-health-checks/) for a deep dive on the different type of health checks, what they do and how they work.
2727

28+
<Render
29+
file="tunnel-health/health-checks-compatible-cmb-eu"
30+
product="networking-services"
31+
params={{
32+
productName: "Magic Transit"
33+
}}
34+
/>
35+
2836
Refer to the pages below for details on how to use the various network health checks available.
2937

3038
<DirectoryListing />

src/content/docs/magic-transit/network-health/update-tunnel-health-checks-frequency.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ import { Render } from "~/components";
1616
addTunnelsPath: "/magic-transit/how-to/configure-tunnel-endpoints/#add-tunnels"
1717
}}
1818
/>
19+
20+
<Render
21+
file="tunnel-health/health-checks-compatible-cmb-eu"
22+
product="networking-services"
23+
params={{
24+
productName: "Magic Transit"
25+
}}
26+
/>

src/content/docs/magic-transit/reference/tunnel-health-checks.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { Render } from "~/components";
1414
file="reference/tunnel-health-checks"
1515
product="networking-services"
1616
params={{
17+
magicWord: "Magic Transit",
1718
addTunnels: "/magic-transit/how-to/configure-tunnel-endpoints/#add-tunnels",
1819
changeHealthCheckRate: "/magic-transit/network-health/update-tunnel-health-checks-frequency/",
1920
probeHealth: "#health-state-and-prioritization",

src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ import { Render } from "~/components";
1717
}}
1818
/>
1919

20+
<Render
21+
file="tunnel-health/health-checks-compatible-cmb-eu"
22+
product="networking-services"
23+
params={{
24+
productName: "Magic WAN"
25+
}}
26+
/>
27+
2028
## Magic WAN Connector
2129

2230
Magic WAN Connector also includes a heartbeat function, an additional way of communicating its health status which does not depend on successfully setting up any tunnels. The heartbeat function communicates periodically with Cloudflare via HTTPS and lets Cloudflare know that the Connector in question is connected to the Internet and reachable.

src/content/docs/magic-wan/configuration/common-settings/update-tunnel-health-checks-frequency.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ import { Render } from "~/components";
1717
addTunnelsPath: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/#add-tunnels"
1818
}}
1919
/>
20+
21+
<Render
22+
file="tunnel-health/health-checks-compatible-cmb-eu"
23+
product="networking-services"
24+
params={{
25+
productName: "Magic WAN"
26+
}}
27+
/>

src/content/docs/magic-wan/reference/tunnel-health-checks.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { Render } from "~/components";
1414
file="reference/tunnel-health-checks"
1515
product="networking-services"
1616
params={{
17+
magicWord: "Magic WAN",
1718
addTunnels: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/#add-tunnels",
1819
changeHealthCheckRate: "/magic-wan/configuration/common-settings/tunnel-health-checks-frequency/",
1920
probeHealth: "#health-state-and-prioritization",

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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
params:
3+
- productName
4+
---
5+
6+
:::note
7+
{props.productName} customers with [Customer Metadata Boundary](/data-localization/metadata-boundary/) enabled for the European Union are able to access GRE, IPsec, and CNI health check and traffic volume data in the Cloudflare dashboard and via API. This ensures that any {props.productName} customers that need to be GDPR compliant are able to access all {props.productName} features.
8+
:::

0 commit comments

Comments
 (0)