diff --git a/src/content/docs/magic-wan/analytics/site-analytics.mdx b/src/content/docs/magic-wan/analytics/site-analytics.mdx index bb373b90ea0eddb..4b6480bac86b7f1 100644 --- a/src/content/docs/magic-wan/analytics/site-analytics.mdx +++ b/src/content/docs/magic-wan/analytics/site-analytics.mdx @@ -19,3 +19,6 @@ import { Render } from "~/components" }} /> +### Set thresholds for Magic WAN site health + + \ No newline at end of file diff --git a/src/content/docs/magic-wan/configuration/common-settings/sites.mdx b/src/content/docs/magic-wan/configuration/common-settings/sites.mdx index b7493783dd88206..a8918c0dedbad79 100644 --- a/src/content/docs/magic-wan/configuration/common-settings/sites.mdx +++ b/src/content/docs/magic-wan/configuration/common-settings/sites.mdx @@ -60,9 +60,4 @@ If you add geographic coordinates to your site, it will show up in the Network m ### Set thresholds for Magic WAN site health -When you set up an alert for your site, you will be notified when there is an issue with one or more on-ramps. These alerts are sent when the percentage of successful health checks for a Magic WAN on-ramp drops below the selected service-level objective (SLO). Setting health alerts will also show unhealthy tunnels in the Network map and in the Traffic overview sections. - -To set up health alerts: - -1. Configure [Magic Tunnel health alerts](/magic-wan/configuration/common-settings/configure-magic-tunnel-alerts/) across all of the Magic Tunnels associated with each Magic WAN site. -2. After configuring Magic Tunnel health alerts, any Magic WAN site with a Magic Tunnel (on-ramp) that is outside of its SLO threshold will be labeled unhealthy in Network map and Traffic overview. + \ No newline at end of file diff --git a/src/content/partials/networking-services/analytics/set-thresholds-site-health.mdx b/src/content/partials/networking-services/analytics/set-thresholds-site-health.mdx new file mode 100644 index 000000000000000..977051350b7f6bd --- /dev/null +++ b/src/content/partials/networking-services/analytics/set-thresholds-site-health.mdx @@ -0,0 +1,10 @@ +--- +{} +--- + +When you set up an alert for your site, you will be notified when there is an issue with one or more on-ramps. These alerts are sent when the percentage of successful health checks for a Magic WAN on-ramp drops below the selected service-level objective (SLO). Setting health alerts will also show unhealthy tunnels in the Network map and in the Traffic overview sections. + +To set up health alerts: + +1. Configure [Magic Tunnel health alerts](/magic-wan/configuration/common-settings/configure-magic-tunnel-alerts/) across all of the Magic Tunnels associated with each Magic WAN site. +2. After configuring Magic Tunnel health alerts, any Magic WAN site with a Magic Tunnel (on-ramp) that is outside of its SLO threshold will be labeled unhealthy in Network map and Traffic overview. \ No newline at end of file