Skip to content

Commit da873a0

Browse files
committed
Update partial tunnel-health/magic-tunnel-health-alerts.mdx
1 parent 7898198 commit da873a0

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

src/content/partials/networking-services/tunnel-health/magic-tunnel-health-alerts.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ params:
77
- healthChecks
88
---
99

10-
import { APIRequest, Code, Details, GlossaryTooltip, Render, Tabs, TabItem } from "~/components";
10+
import {
11+
APIRequest,
12+
Code,
13+
Details,
14+
GlossaryTooltip,
15+
Render,
16+
Tabs,
17+
TabItem,
18+
DashButton,
19+
} from "~/components";
1120

1221
{props.productName} customers can configure Magic Tunnel health alerts to receive email, webhook, and PagerDuty notifications when the percentage of successful <GlossaryTooltip term="tunnel health-check">health checks</GlossaryTooltip> for a Magic Tunnel drops below the selected <a href={props.magicTunnelHealthCheckCalculation}>service-level objective (SLO)</a>.
1322

@@ -51,8 +60,11 @@ Refer to <a href={props.magicTunnelHealthCheckCalculation}>How Cloudflare calcul
5160

5261
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
5362

54-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
55-
2. Select **Notifications** > **Add**.
63+
1. In the Cloudflare dashboard, go to the **Notifications** page.
64+
65+
<DashButton url="/?to=/:account/notifications" />
66+
67+
2. Select **Add**.
5668
3. From the **Product** drop-down menu, select **{props.productName}**.
5769
4. Select **Magic Tunnel Health Check Alert** > **Select** to add a notification. You can add alerts by tunnel or by data center (beta).
5870

0 commit comments

Comments
 (0)