Skip to content

Commit 17f1ef4

Browse files
added mconn info
1 parent 357ea77 commit 17f1ef4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import { Render } from "~/components";
88
<Render
99
file="tunnel-health/update-tunnel-health-checks-frequency"
1010
params={{
11-
productName: "Magic Transit",
11+
productName: "Magic Transit.",
12+
connectorExtraInfo: "",
1213
healthChecksUrl: "/magic-transit/reference/tunnel-health-checks/",
1314
addTunnelsPath: "/magic-transit/how-to/configure-tunnels/#add-tunnels",
1415
}}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { Render } from "~/components";
1212
product="magic-transit"
1313
params={{
1414
productName: "Magic WAN",
15+
connectorExtraInfo: "— in the case of Magic WAN Connector, IPsec tunnels.",
1516
healthChecksUrl: "/magic-wan/reference/tunnel-health-checks/",
1617
addTunnelsPath:
1718
"/magic-wan/configuration/manually/how-to/configure-tunnels/#add-tunnels",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ params:
33
- productName
44
- healthChecksUrl
55
- addTunnelsPath
6+
- connectorExtraInfo
67
---
78

89
import { GlossaryTooltip, Markdown, TabItem, Tabs } from "~/components";
910

10-
By default, Cloudflare servers send <GlossaryTooltip term="tunnel health-check" link={props.healthChecksUrl}>health checks</GlossaryTooltip> to each <GlossaryTooltip term="GRE tunnel">GRE</GlossaryTooltip>, CNI, or <GlossaryTooltip term="IPsec tunnel">IPsec</GlossaryTooltip> tunnel endpoint you configure to receive traffic from {props.productName}. You can configure this frequency via the dashboard or [the API](/api/operations/magic-gre-tunnels-update-gre-tunnel) to suit your use case. For example, if you are connecting a lower-traffic site for which you do not need immediate failover and would rather receive a lower volume of health check traffic, you should set the frequency to `low`. On the other hand, if you are connecting a site that is extremely sensitive to any issues, and you want a more proactive failover at the earliest sign of a potential problem, you should set this to `high`.
11+
By default, Cloudflare servers send <GlossaryTooltip term="tunnel health-check" link={props.healthChecksUrl}>health checks</GlossaryTooltip> to each <GlossaryTooltip term="GRE tunnel">GRE</GlossaryTooltip>, CNI, or <GlossaryTooltip term="IPsec tunnel">IPsec</GlossaryTooltip> tunnel endpoint you configure to receive traffic from {props.productName} {props.connectorExtraInfo} You can configure this frequency via the dashboard or [the API](/api/operations/magic-gre-tunnels-update-gre-tunnel) to suit your use case. For example, if you are connecting a lower-traffic site for which you do not need immediate failover and would rather receive a lower volume of health check traffic, you should set the frequency to `low`. On the other hand, if you are connecting a site that is extremely sensitive to any issues, and you want a more proactive failover at the earliest sign of a potential problem, you should set this to `high`.
1112

1213
Available options are `low`, `mid`, and `high`.
1314

0 commit comments

Comments
 (0)