Skip to content
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
db506fc
removed extra enter
marciocloudflare Jan 28, 2025
a47f41c
removed extra enter
marciocloudflare Jan 28, 2025
9a6a835
added markdown content
marciocloudflare Jan 28, 2025
d41d4d0
refined text
marciocloudflare Jan 28, 2025
e63d369
added params
marciocloudflare Jan 28, 2025
e829d98
corrected link props
marciocloudflare Jan 28, 2025
9a6920d
corrected link
marciocloudflare Jan 28, 2025
06bf4d1
refined text
marciocloudflare Jan 28, 2025
f8bed18
refined text
marciocloudflare Jan 28, 2025
e1ff8bf
refined text
marciocloudflare Jan 28, 2025
3814019
added h3 to table
marciocloudflare Jan 28, 2025
fd0dbcc
added icmp-firewall partial
marciocloudflare Jan 28, 2025
04b9d6f
added changeHealthCheckRate
marciocloudflare Jan 28, 2025
87ee176
added probeHealth
marciocloudflare Jan 28, 2025
c920d5a
moved charts up to a h3
marciocloudflare Jan 28, 2025
503096c
refined text
marciocloudflare Jan 28, 2025
0960923
added productName
marciocloudflare Jan 28, 2025
13bb7fa
added staticRoutes
marciocloudflare Jan 28, 2025
add630f
note aside
marciocloudflare Jan 28, 2025
8a53bb5
refined text with props.productName var
marciocloudflare Jan 28, 2025
e51a6e6
refined text
marciocloudflare Jan 28, 2025
e07eabe
refined text
marciocloudflare Jan 28, 2025
4c74cc8
refined text
marciocloudflare Jan 28, 2025
ae97dbc
refined text
marciocloudflare Jan 28, 2025
510d320
refined text
marciocloudflare Jan 28, 2025
0f36fb4
refined text
marciocloudflare Jan 28, 2025
24fe869
refined text
marciocloudflare Jan 28, 2025
399c58a
refined text
marciocloudflare Jan 28, 2025
6a6de0e
refined text
marciocloudflare Jan 28, 2025
1904ecf
refined text with props.productName
marciocloudflare Jan 28, 2025
4fee5b3
refined text and link
marciocloudflare Jan 28, 2025
a325b03
updated vars on pages
marciocloudflare Jan 28, 2025
ceaa1dc
refined table
marciocloudflare Jan 28, 2025
0ec84df
corrected mermaid code
marciocloudflare Jan 28, 2025
a6b317d
refined text
marciocloudflare Jan 28, 2025
6267d1d
changed mermaid graphs tb
marciocloudflare Jan 28, 2025
6533ef3
deleted outdated img
marciocloudflare Jan 28, 2025
2b8571b
removed extra components
marciocloudflare Jan 28, 2025
2757170
Apply suggestions from code review
marciocloudflare Jan 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import { Render } from "~/components";
<Render
file="tunnel-health/tunnel-health-checks"
params={{
healthCheckFrequencyURL: "/magic-transit/how-to/tunnel-health-checks/",
addTunnels: "/magic-transit/how-to/configure-tunnels/#add-tunnels",
changeHealthCheckRate: "/magic-transit/how-to/tunnel-health-checks/",
probeHealth: "#health-state-and-prioritization",
productName: "Magic Transit",
onboardingURL: "/magic-transit/how-to/configure-static-routes/",
configureTunnelEndpointsURL: "/magic-transit/how-to/configure-tunnels/",
urlChangeHealthCheckType:
"/magic-transit/how-to/configure-tunnels/#add-tunnels",
staticRoutes: "/magic-transit/how-to/configure-static-routes/",
tunnelEndpoints: "/magic-transit/how-to/configure-tunnels/"
}}
/>
13 changes: 5 additions & 8 deletions src/content/docs/magic-wan/reference/tunnel-health-checks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ import { Render } from "~/components";
file="tunnel-health/tunnel-health-checks"
product="magic-transit"
params={{
healthCheckFrequencyURL:
"/magic-wan/configuration/common-settings/tunnel-health-checks/",
addTunnels: "/magic-wan/configuration/manually/how-to/configure-tunnels/#add-tunnels",
changeHealthCheckRate: "/magic-wan/configuration/common-settings/tunnel-health-checks/",
probeHealth: "#health-state-and-prioritization",
productName: "Magic WAN",
onboardingURL:
"/magic-wan/configuration/manually/how-to/configure-static-routes/",
configureTunnelEndpointsURL:
"/magic-wan/configuration/manually/how-to/configure-tunnels/",
urlChangeHealthCheckType:
"/magic-wan/configuration/manually/how-to/configure-tunnels/#add-tunnels",
staticRoutes: "/magic-wan/configuration/manually/how-to/configure-static-routes/",
tunnelEndpoints: "/magic-wan/configuration/manually/how-to/configure-tunnels/"
}}
/>
Loading
Loading