diff --git a/public/_redirects b/public/_redirects index 6e85b09aa301a52..02ca4038efbf9cb 100644 --- a/public/_redirects +++ b/public/_redirects @@ -793,13 +793,14 @@ /magic-wan/get-started/configure-static-routes/ /magic-wan/configuration/manually/how-to/configure-static-routes/ 301 /magic-wan/configuration/connector/configure-connector/ /magic-wan/configuration/connector/configure-hardware-connector/ 301 /magic-wan/configuration/connector/device-information/ /magic-wan/configuration/connector/reference/ 301 -/magic-wan/configuration/manually/how-to/check-tunnel-health-dashboard/ /magic-wan/configuration/common-settings/check-tunnel-health-dashboard/ 301 +/magic-wan/configuration/manually/how-to/check-tunnel-health-dashboard/ /magic-wan/configuration/common-settings/tunnel-health-checks/ 301 /magic-wan/configuration/manually/how-to/configure-magic-tunnel-alerts/ /magic-wan/configuration/common-settings/configure-magic-tunnel-alerts/ 301 /magic-wan/configuration/manually/how-to/enable-magic-roles/ /magic-wan/configuration/common-settings/enable-magic-roles/ 301 /magic-wan/configuration/common-settings/tunnel-health-checks/ /magic-wan/configuration/manually/how-to/tunnel-health-checks/ 301 /magic-wan/configuration/manually/how-to/view-analytics/ /magic-wan/analytics/ 301 /magic-wan/configuration/common-settings/view-analytics/ /magic-wan/analytics/ 301 /magic-wan/prerequisites/ /magic-wan/get-started/ 301 +/magic-wan/configuration/common-settings/check-tunnel-health-dashboard/ /magic-wan/configuration/common-settings/tunnel-health-checks/ 301 # notifications /fundamentals/notifications/ /notifications/ 301 diff --git a/src/content/changelogs/magic-wan.yaml b/src/content/changelogs/magic-wan.yaml index b1f9e70049ad8e6..88bd70647a0ebaa 100644 --- a/src/content/changelogs/magic-wan.yaml +++ b/src/content/changelogs/magic-wan.yaml @@ -5,6 +5,10 @@ productLink: "/magic-wan/" productArea: Cloudflare One productAreaLink: /cloudflare-one/changelog/ entries: + - publish_date: "2024-12-17" + title: Magic WAN Connector configurable health checks + description: |- + Health check rate on Magic WAN Connector IPsec tunnels are now configurable. - publish_date: "2024-12-17" title: BGP support for Cloudflare Network Interconnect (CNI) description: |- diff --git a/src/content/docs/magic-transit/how-to/tunnel-health-checks.mdx b/src/content/docs/magic-transit/how-to/tunnel-health-checks.mdx index 0cb2ba02fa56644..ef8f5bca08f59e8 100644 --- a/src/content/docs/magic-transit/how-to/tunnel-health-checks.mdx +++ b/src/content/docs/magic-transit/how-to/tunnel-health-checks.mdx @@ -8,7 +8,13 @@ import { Render } from "~/components"; diff --git a/src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx b/src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx index 3058930d9d93b20..4b250492b2b7ee4 100644 --- a/src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx +++ b/src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx @@ -1,6 +1,8 @@ --- pcx_content_type: how-to title: Check tunnel health in the dashboard +sidebar: + order: 2 --- import { Render } from "~/components"; diff --git a/src/content/docs/magic-wan/configuration/common-settings/tunnel-health-checks.mdx b/src/content/docs/magic-wan/configuration/common-settings/tunnel-health-checks.mdx new file mode 100644 index 000000000000000..007d1cd825d2be0 --- /dev/null +++ b/src/content/docs/magic-wan/configuration/common-settings/tunnel-health-checks.mdx @@ -0,0 +1,24 @@ +--- +pcx_content_type: how-to +title: Update tunnel health checks frequency +sidebar: + order: 3 +--- + +import { Render } from "~/components"; + +
To configure health checks frequency in Magic WAN Connector, refer to [Configure Connector](#configure-connector).", + connectorTitle1: "Manual configuration", + connectorTitle2: "Configure Connector", + connectorSteps: "
  1. Log in to the Cloudflare dashboard and select your account.
  2. Go to **Magic WAN** > **Sites**.
  3. Select your site > **Edit**.
  4. In **Network** > **WAN configuration** > select your WAN > **Edit**.
  5. Change the **Health check rate** to your desire rate.
  6. Select **Save**.
", + }} +/> diff --git a/src/content/docs/magic-wan/configuration/manually/how-to/tunnel-health-checks.mdx b/src/content/docs/magic-wan/configuration/manually/how-to/tunnel-health-checks.mdx deleted file mode 100644 index aca63b6be550fde..000000000000000 --- a/src/content/docs/magic-wan/configuration/manually/how-to/tunnel-health-checks.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -pcx_content_type: how-to -title: Update tunnel health checks frequency -sidebar: - order: 4 ---- - -import { Render } from "~/components"; - - diff --git a/src/content/partials/magic-transit/tunnel-health/update-tunnel-health-checks-frequency.mdx b/src/content/partials/magic-transit/tunnel-health/update-tunnel-health-checks-frequency.mdx index 6643ec1406d87b6..92340937b913979 100644 --- a/src/content/partials/magic-transit/tunnel-health/update-tunnel-health-checks-frequency.mdx +++ b/src/content/partials/magic-transit/tunnel-health/update-tunnel-health-checks-frequency.mdx @@ -1,14 +1,24 @@ --- params: + - productName - healthChecksUrl - addTunnelsPath + - connectorExtraInfo + - connectorNote + - connectorTitle1 + - connectorTitle2 + - connectorSteps --- -import { GlossaryTooltip, Markdown, TabItem, Tabs } from "~/components"; +import {AnchorHeading, GlossaryTooltip, Markdown, TabItem, Tabs } from "~/components"; -By default, Cloudflare servers send health checks to each GRE, CNI, or IPsec tunnel endpoint you configure to receive traffic from Magic Transit and Magic WAN. You can configure this frequency via the dashboard or [the API](/api/resources/magic_transit/subresources/gre_tunnels/methods/update/) 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`. +By default, Cloudflare servers send health checks to each GRE, CNI, or IPsec tunnel endpoint you configure to receive traffic from {props.productName}. {props.connectorExtraInfo} -Available options are `low`, `mid`, and `high`. +You can configure the health check frequency via the dashboard or [the API](/api/resources/magic_transit/subresources/gre_tunnels/methods/update/) 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`. + +Available options are `low`, `mid`, and `high`. + +{ props.connectorTitle1 && } @@ -34,3 +44,7 @@ https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/gre_tunnels/{tu ``` + +{ props.connectorTitle2 && } + +