Skip to content

Commit

Permalink
[MWAN / MT] Partial errors (#17275)
Browse files Browse the repository at this point in the history
* removed extra props and corrected name

* corrected links
  • Loading branch information
marciocloudflare authored Oct 2, 2024
1 parent ecb8346 commit ca6ec15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ import { Render, Tabs, TabItem } from "~/components";
product="magic-wan"
params={{
one: "Magic Transit",
two: "/magic-transit/reference/magic-tunnels/",
three: "/magic-transit/analytics/network-analytics/",
four: "/magic-transit/reference/tunnel-health-checks/",
two: "/magic-transit/reference/magic-tunnels/"
}}
/>

Expand All @@ -24,7 +22,7 @@ import { Render, Tabs, TabItem } from "~/components";

1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
2. Select **Notifications** > **Add**.
3. Select **{props.one}** > **Magic Tunnel Health Check Alert** > **Select** to add a notification.
3. Select **Magic Transit** > **Magic Tunnel Health Check Alert** > **Select** to add a notification.
4. Enter a name and description for the notification.
5. Add webhooks or an email address for the person who should receive the notification, and select **Next**.
6. Choose the tunnels you want to receive alerts for.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import { Render, Tabs, TabItem } from "~/components";
file="magic-tunnel-health-alerts/magic-tunnel-health-alerts"
params={{
one: "Magic WAN",
two: "/magic-wan/reference/magic-tunnels/",
three: "/magic-wan/analytics/network-analytics/",
four: "/magic-wan/reference/tunnel-health-checks/",
two: "/magic-wan/reference/magic-tunnels/"
}}
/>

Expand All @@ -23,7 +21,7 @@ import { Render, Tabs, TabItem } from "~/components";

1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
2. Select **Notifications** > **Add**.
3. Select **{props.one}** > **Magic Tunnel Health Check Alert** > **Select** to add a notification.
3. Select **Magic WAN** > **Magic Tunnel Health Check Alert** > **Select** to add a notification.
4. Enter a name and description for the notification.
5. Add webhooks or an email address for the person who should receive the notification, and select **Next**.
6. Choose the tunnels you want to receive alerts for.
Expand Down Expand Up @@ -112,8 +110,8 @@ curl https://api.cloudflare.com/client/v4/accounts/account_id/alerting/v3/polici
file="magic-tunnel-health-alerts/recommended-slo"
product="magic-wan"
params={{
one: "/magic-transit/reference/magic-tunnels/",
two: "/magic-transit/analytics/network-analytics/",
three: "/magic-transit/reference/tunnel-health-checks/",
one: "/magic-wan/reference/magic-tunnels/",
two: "/magic-wan/analytics/network-analytics/",
three: "/magic-wan/reference/tunnel-health-checks/",
}}
/>

0 comments on commit ca6ec15

Please sign in to comment.