Skip to content

Commit 26417af

Browse files
imported comps
1 parent 21dc5c6 commit 26417af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/partials/magic-wan/magic-tunnel-health-alerts/magic-tunnel-health-alerts.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
params:
3+
- magicWord
34
- productName
45
- backgroundInfoPath
56
---
67

7-
import { GlossaryTooltip, Markdown, TabItem, Tabs } from "~/components";
8+
import { APIRequest, GlossaryTooltip, Markdown, Render, Tabs, TabItem } from "~/components";
89

910
{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.backgroundInfoPath}>service-level objective (SLO)</a>.
1011

@@ -45,7 +46,7 @@ Refer to the [documentation for Notifications](/notifications/get-started/) to l
4546
Send a [`POST` request](/api/resources/alerting/subresources/policies/methods/create/) to create a {props.productName} tunnel health alert. You can set tunnel health alerts with any SLO value between `0` and `99.99`.
4647

4748

48-
{ props.magicProduct === "Magic Transit" && (
49+
{ props.magicWord === "Magic Transit" && (
4950
<>
5051

5152
</>

0 commit comments

Comments
 (0)