Skip to content

Commit 5a2d7d4

Browse files
authored
[Support] Add page on status page and subscribing (#21175)
1 parent 0bf8067 commit 5a2d7d4

File tree

4 files changed

+50
-5
lines changed

4 files changed

+50
-5
lines changed

src/content/docs/fundamentals/api/reference/deprecations.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ Subscribe to all API deprecation posts via [RSS](/fundamentals/api/reference/dep
1818
:::
1919

2020
<ProductReleaseNotes />
21+
22+
## Related resources
23+
24+
- [Available RSS feeds](/fundamentals/new-features/available-rss-feeds/) (for the [Cloudflare changelog](/changelog/))
25+
- [Subscribe to Cloudflare Status](/support/about-cloudflare/cloudflare-status/)
26+
- [Planned maintenance windows](/support/troubleshooting/disruptive-maintenance/)

src/content/docs/fundamentals/new-features/available-rss-feeds.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ Cloudflare offers various RSS feeds as part of our [changelog](/changelog/), whi
1111
For more details on how these feeds are structured, refer to [Consuming RSS Feeds](/fundamentals/new-features/consuming-rss-feeds/).
1212

1313
<AvailableChangelogFeeds />
14+
15+
## Related resources
16+
17+
- [Planned maintenance windows](/support/troubleshooting/disruptive-maintenance/)
18+
- [Subscribe to Cloudflare Status](/support/about-cloudflare/cloudflare-status/)
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
pcx_content_type: concept
3+
title: Cloudflare Status
4+
---
5+
6+
Cloudflare provides updates on the status of our services and network at https://www.cloudflarestatus.com/, which you should check if you notice unexpected behavior with Cloudflare.
7+
8+
Beyond looking at the page itself, there are programmatic ways to consume this information.
9+
10+
## Configure notifications
11+
12+
Cloudflare offers a dedicated notification called **Incident Alert**, which lets you know when Cloudflare is experiencing an incident.
13+
14+
You can configure this notification to send via [email](/notifications/get-started/), [Webhooks](/notifications/get-started/configure-webhooks/), or [PagerDuty](/notifications/get-started/configure-pagerduty/).
15+
16+
## Use the API
17+
18+
Cloudflare also provides status information through the [Cloudflare Status API](https://www.cloudflarestatus.com/api).
19+
20+
Endpoints are displayed with examples using cURL and our embeded JavaScript widget (if available).
21+
22+
## Related resources
23+
24+
- [Available RSS feeds](/fundamentals/new-features/available-rss-feeds/) (for the [Cloudflare changelog](/changelog/))
25+
- [API deprecations](/fundamentals/api/reference/deprecations/)
26+
- [Planned maintenance windows](/support/troubleshooting/disruptive-maintenance/)

src/content/docs/support/troubleshooting/disruptive-maintenance/index.mdx

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
pcx_content_type: troubleshooting
33
source: https://support.cloudflare.com/hc/en-us/articles/360060050511-Disruptive-Maintenance-Windows
44
title: Disruptive Maintenance
5-
65
---
76

8-
import { AvailableNotifications, Render } from "~/components"
7+
import { AvailableNotifications, Render } from "~/components";
98

109
## Scheduled Maintenance Windows
1110

12-
Planned maintenances will be published on the status page using a *calendar* that is updated on a daily basis.
11+
Planned maintenances will be published on the status page using a _calendar_ that is updated on a daily basis.
1312

1413
During these maintenance windows, customers may experience a slight increase in latency to the edge location which is under maintenance.
1514

1615
:::note
1716

18-
All dates in the calendar are in UTC Timezone.
17+
All dates in the calendar are in UTC Timezone.
1918
:::
2019

2120
### Maintenance Calendar links
@@ -27,7 +26,10 @@ All dates in the calendar are in UTC Timezone.
2726

2827
Scheduled maintenances can also be sent out via [Cloudflare Notifications](/notifications/).
2928

30-
<AvailableNotifications product="Cloudflare Status" notificationFilter="Maintenance Notification" />
29+
<AvailableNotifications
30+
product="Cloudflare Status"
31+
notificationFilter="Maintenance Notification"
32+
/>
3133

3234
<Render file="get-started" product="notifications" />
3335

@@ -42,3 +44,9 @@ To check for unplanned maintenance, you can confirm at all times if a location w
4244
If you have a [CNI connection](/network-interconnect/) with Cloudflare at a re-routed location, it may become temporarily unavailable during planned or unplanned maintenance, and regular internet routing may be used instead to reach your network.
4345

4446
In the Magic family of products, the routing is defined explicitly using [static routes](/magic-wan/configuration/manually/how-to/configure-static-routes/) to send traffic to the specified tunnels, with customer-configured priorities. If you have a CNI tunnel, we strongly recommend that you also add routes to an alternative tunnel, such as a fallback Internet tunnel, to make sure your traffic can be routed at all times.
47+
48+
## Related resources
49+
50+
- [Available RSS feeds](/fundamentals/new-features/available-rss-feeds/) (for the [Cloudflare changelog](/changelog/))
51+
- [Subscribe to Cloudflare Status](/support/about-cloudflare/cloudflare-status/)
52+
- [API deprecations](/fundamentals/api/reference/deprecations/)

0 commit comments

Comments
 (0)