From cf6114a08c59cff62b5208f2d8f6ca5d78155024 Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 18 Jun 2025 10:22:29 +0100 Subject: [PATCH 1/7] removed space --- src/content/docs/network-interconnect/classic-cni/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/network-interconnect/classic-cni/index.mdx b/src/content/docs/network-interconnect/classic-cni/index.mdx index 57697f452c69258..0f88044f6b7c190 100644 --- a/src/content/docs/network-interconnect/classic-cni/index.mdx +++ b/src/content/docs/network-interconnect/classic-cni/index.mdx @@ -3,7 +3,6 @@ title: Classic CNI pcx_content_type: concept sidebar: order: 5 - --- ## Types of interconnect From 4a4577a356118e310656cbc1f5f50708257ef6de Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 18 Jun 2025 10:26:04 +0100 Subject: [PATCH 2/7] added alerts --- .../network-interconnect/classic-cni/alerts.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/content/docs/network-interconnect/classic-cni/alerts.mdx diff --git a/src/content/docs/network-interconnect/classic-cni/alerts.mdx b/src/content/docs/network-interconnect/classic-cni/alerts.mdx new file mode 100644 index 000000000000000..fced50581616ffd --- /dev/null +++ b/src/content/docs/network-interconnect/classic-cni/alerts.mdx @@ -0,0 +1,17 @@ +--- +title: Alerts +pcx_content_type: how-to +sidebar: + order: 1 +--- + +With Classic CNI you can receive alerts whenever there is routine maintenance happening to the system that may impact your service. Create an alert in the Cloudflare dashboard to receive an alert about this type of event. + +1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account. +2. Go to **Notifications** > **Add**. +3. From the dropdown menu select _Cloudflare Network Interconnect_. +4. Select **Connection Maintenance Alert**. +5. Add a name to the notification, and choose if you want to be alerted by webhook or email. +6. Select **Save**. + +You will now be alerted when there are routine maintenance events that impact Classic CNI. \ No newline at end of file From b855ca3d478b1ae6300a8cfac85e21cafd99b058 Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 18 Jun 2025 10:32:35 +0100 Subject: [PATCH 3/7] refined text --- src/content/docs/network-interconnect/classic-cni/alerts.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/docs/network-interconnect/classic-cni/alerts.mdx b/src/content/docs/network-interconnect/classic-cni/alerts.mdx index fced50581616ffd..4fd22c755ae423b 100644 --- a/src/content/docs/network-interconnect/classic-cni/alerts.mdx +++ b/src/content/docs/network-interconnect/classic-cni/alerts.mdx @@ -1,11 +1,9 @@ --- title: Alerts pcx_content_type: how-to -sidebar: - order: 1 --- -With Classic CNI you can receive alerts whenever there is routine maintenance happening to the system that may impact your service. Create an alert in the Cloudflare dashboard to receive an alert about this type of event. +Set up alerts for Classic CNI to be notified of routine maintenance that may affect your service. 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account. 2. Go to **Notifications** > **Add**. From bf79a64281a2fdcc333a5e5ac6dcf9e85c6eb673 Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 18 Jun 2025 10:32:41 +0100 Subject: [PATCH 4/7] added alert notifications yml --- src/content/notifications/index.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/content/notifications/index.yaml b/src/content/notifications/index.yaml index 1dfa7750ed11902..09bb78c55df6447 100644 --- a/src/content/notifications/index.yaml +++ b/src/content/notifications/index.yaml @@ -619,3 +619,10 @@ entries: associatedProducts: Cloudflare Images nextSteps: No action is needed. otherFilters: None. + + - name: Connection Maintenance Alert + audience: "[Classic CNI](/network-interconnect/classic-cni/) customers who want to be alerted to maintenance events that might affect Classic CNI." + availability: Purchase of Cloudflare Network Interconnect (CNI). + associatedProducts: Network Interconnect + nextSteps: No action is needed. + otherFilters: None. \ No newline at end of file From 484a08dd722d2a4dc92e17a937f99ec3b46391b0 Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 18 Jun 2025 10:35:54 +0100 Subject: [PATCH 5/7] refined text --- src/content/docs/network-interconnect/classic-cni/alerts.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/network-interconnect/classic-cni/alerts.mdx b/src/content/docs/network-interconnect/classic-cni/alerts.mdx index 4fd22c755ae423b..6e7b3d3157d9caf 100644 --- a/src/content/docs/network-interconnect/classic-cni/alerts.mdx +++ b/src/content/docs/network-interconnect/classic-cni/alerts.mdx @@ -7,9 +7,9 @@ Set up alerts for Classic CNI to be notified of routine maintenance that may aff 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account. 2. Go to **Notifications** > **Add**. -3. From the dropdown menu select _Cloudflare Network Interconnect_. +3. From the dropdown menu, select _Cloudflare Network Interconnect_. 4. Select **Connection Maintenance Alert**. -5. Add a name to the notification, and choose if you want to be alerted by webhook or email. +5. Enter a name for the notification and select your preferred alert method (webhook or email). 6. Select **Save**. You will now be alerted when there are routine maintenance events that impact Classic CNI. \ No newline at end of file From 1f703cc77dd6a32efcfdd82d923f4d783f92c325 Mon Sep 17 00:00:00 2001 From: marciocloudflare <83226960+marciocloudflare@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:16:14 +0100 Subject: [PATCH 6/7] Apply suggestions from code review Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> --- src/content/docs/network-interconnect/classic-cni/alerts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/network-interconnect/classic-cni/alerts.mdx b/src/content/docs/network-interconnect/classic-cni/alerts.mdx index 6e7b3d3157d9caf..db333d4fb453a06 100644 --- a/src/content/docs/network-interconnect/classic-cni/alerts.mdx +++ b/src/content/docs/network-interconnect/classic-cni/alerts.mdx @@ -7,7 +7,7 @@ Set up alerts for Classic CNI to be notified of routine maintenance that may aff 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account. 2. Go to **Notifications** > **Add**. -3. From the dropdown menu, select _Cloudflare Network Interconnect_. +3. From the drop-down menu, select _Cloudflare Network Interconnect_. 4. Select **Connection Maintenance Alert**. 5. Enter a name for the notification and select your preferred alert method (webhook or email). 6. Select **Save**. From 63db3b2ddd749a25faa68cbd46efecf77ce31439 Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 18 Jun 2025 11:19:25 +0100 Subject: [PATCH 7/7] removed examples --- src/content/docs/network-interconnect/classic-cni/alerts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/network-interconnect/classic-cni/alerts.mdx b/src/content/docs/network-interconnect/classic-cni/alerts.mdx index db333d4fb453a06..9e5e1c64fb74254 100644 --- a/src/content/docs/network-interconnect/classic-cni/alerts.mdx +++ b/src/content/docs/network-interconnect/classic-cni/alerts.mdx @@ -9,7 +9,7 @@ Set up alerts for Classic CNI to be notified of routine maintenance that may aff 2. Go to **Notifications** > **Add**. 3. From the drop-down menu, select _Cloudflare Network Interconnect_. 4. Select **Connection Maintenance Alert**. -5. Enter a name for the notification and select your preferred alert method (webhook or email). +5. Enter a name for the notification and select your preferred alert method. 6. Select **Save**. You will now be alerted when there are routine maintenance events that impact Classic CNI. \ No newline at end of file