Skip to content

Commit 30c3780

Browse files
added new content
1 parent 6c24701 commit 30c3780

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

src/content/partials/networking-services/tunnel-health/check-tunnel-healthchecks-dash.mdx

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ params:
33
- dashInfo
44
- productPath
55
- graphQL
6+
- notificationsPath
67
---
78

8-
import { GlossaryTooltip, Markdown } from "~/components";
9+
import { GlossaryTooltip, Markdown, Tabs, TabItem } from "~/components";
910

1011
The Cloudflare dashboard monitors the health of all <GlossaryTooltip term="anycast">anycast</GlossaryTooltip> tunnels on your account that route traffic from Cloudflare to your origin network.
1112

@@ -17,10 +18,28 @@ To access more than one hour of tunnel health data, you should use the <a href={
1718

1819
Not all data centers will be relevant to you at all times. You can refer to the **Average ingress traffic (last hour)** column to understand if a given data center is receiving traffic for your network, and if its health status is relevant to you.
1920

21+
:::note
22+
To change between the new dashboard experience and the old one, just look for the banner at the top of the screen.
23+
:::
24+
2025
To check for anycast tunnel health:
2126

22-
1. Go to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
23-
2. Go to <Markdown text={props.productPath} />.
24-
3. In **Cloudflare colos**, you can choose one or more Cloudflare data centers to filter out the traffic that shows up in your anycast tunnels. For example, if you chose the Lisbon data center, your anycast tunnels would only show connections to that data center.
25-
4. Below, you have a list of all your anycast tunnels, as well as their current health status. Find the tunnel you wish to inspect and select the arrow (**>**) before it to open its details.
26-
5. The details pane shows the connection status between different Cloudflare servers and your tunnel. Select **Traceroute for details** in one of the Cloudflare servers shown to check for issues between Cloudflare and your origin network.
27+
<Tabs syncKey="dasNewNav">
28+
<TabItem label="Old dashboard">
29+
1. Go to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
30+
2. Go to <Markdown text={props.productPath} />.
31+
3. In **Cloudflare colos**, you can choose one or more Cloudflare data centers to filter out the traffic that shows up in your anycast tunnels. For example, if you chose the Lisbon data center, your anycast tunnels would only show connections to that data center.
32+
4. Below, you have a list of all your anycast tunnels, as well as their current health status. Find the tunnel you wish to inspect and select the arrow (**>**) before it to open its details.
33+
5. The details pane shows the connection status between different Cloudflare servers and your tunnel. Select **Traceroute for details** in one of the Cloudflare servers shown to check for issues between Cloudflare and your origin network.
34+
</TabItem>
35+
36+
<TabItem label="New dashboard" icon="rocket">
37+
1. Go to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
38+
2. Go to <Markdown text={props.productPath} />.
39+
3. In the next screen you can access a list of your tunnels and their current health status. You can also check the amount of health checks passed in the last hour as well as traffic volume for each tunnel.
40+
4. Find the tunnel you wish to inspect, select the three dots in front of the tunnel and select:
41+
- **Create alert**: This will send you to the [notifications wizard]{props.notificationsPath} so you can create specific alerts for that tunnel, to be warned when specific conditions are met.
42+
- **Network Analytics**: This will send you to the Analytics section of the dash, prefiltered with the tunnel you want to inspect.
43+
5. Alternatively, from the list of tunnels, select the tunnel you want to inspect to access details about it.
44+
</TabItem>
45+
</Tabs>

0 commit comments

Comments
 (0)