@cryptotaxi247 / netdata-1 / commits / 0c32a71ce

docs: update Notifications description in cloud-notifications meta (#21159)

Ilya Mashchenko committed Oct 16, 2025 at 12:08 UTC 0c32a71ce037e24e9b7fb7498e2c4f066c1b19a2
2 files changed +24 -26
docs/security-and-privacy-design/netdata-cloud-security.md
+10 -12
@@ -14,7 +14,7 @@
14
15 :::info
16
17 -Netdata achieves [SOC 2 Type 1](https://www.netdata.cloud/blog/soc2-type1/) & Type 2 attestations, reinforcing its dedication to robust security practices for user data.
17 +Netdata achieves SOC 2 [Type 1](https://www.netdata.cloud/blog/soc2-type1/) & [Type 2](https://www.netdata.cloud/blog/soc2-type-2-compliance/) attestations, reinforcing its dedication to robust security practices for user data.
18
19 :::
20
@@ -57,17 +57,15 @@ Metric data travels via secure Agent-Cloud Link (ACLK):
57
58 ```mermaid
59 flowchart TD
60 - A("Netdata Agent") -->|"Encrypts metrics<br/>and minimal metadata"| B("Agent-Cloud Link ACLK")
61 - B -->|"TLS Encryption"| C("Netdata Cloud")
62 - C -->|"Aggregates metadata<br/>for dashboards and alerts"| D("User Browser")
63 -
64 - %% Style definitions
65 - classDef alert fill:#ffeb3b,stroke:#000000,stroke-width:3px,color:#000000,font-size:14px
66 - classDef neutral fill:#f9f9f9,stroke:#000000,stroke-width:3px,color:#000000,font-size:14px
67 - classDef complete fill:#4caf50,stroke:#000000,stroke-width:3px,color:#000000,font-size:14px
68 - classDef database fill:#2196F3,stroke:#000000,stroke-width:3px,color:#000000,font-size:14px
69 -
70 - %% Apply styles
60 + A("Netdata Agent") -->|" Encrypts metrics<br/>and minimal metadata "| B("Agent-Cloud Link ACLK")
61 + B -->|" TLS Encryption "| C("Netdata Cloud")
62 + C -->|" Aggregates metadata<br/>for dashboards and alerts "| D("User Browser")
63 +%% Style definitions
64 + classDef alert fill: #ffeb3b, stroke: #000000, stroke-width: 3px, color: #000000, font-size: 14px
65 + classDef neutral fill: #f9f9f9, stroke: #000000, stroke-width: 3px, color: #000000, font-size: 14px
66 + classDef complete fill: #4caf50, stroke: #000000, stroke-width: 3px, color: #000000, font-size: 14px
67 + classDef database fill: #2196F3, stroke: #000000, stroke-width: 3px, color: #000000, font-size: 14px
68 +%% Apply styles
69 class A alert
70 class B neutral
71 class C database
integrations/cloud-notifications/metadata.yaml
+14 -14
@@ -65,7 +65,7 @@
65 - **Notification settings**
66 - Configuration name (optional): A name for your configuration in order to easily refer to it
67 - Rooms: A list of Rooms for which you want to be notified
68 - - Notifications: The notifications which you want to be notified
68 + - Notifications: The notification types you want to receive
69 - **Integration configuration**
70 - Webhook URL: The URL you copied from the previous section
71 - Channel Parameters: Select the channel type which the notifications will be sent to, if it is a Forum channel, you need to specify a thread name
@@ -104,7 +104,7 @@
104 - **Notification settings**
105 - Configuration name (optional): A name for your configuration in order to easily refer to it
106 - Rooms: A list of Rooms for which you want to be notified
107 - - Notifications: The notifications which you want to be notified
107 + - Notifications: The notification types you want to receive
108 - **Integration configuration**
109 - Integration Key: A 32 character key provided by PagerDuty to receive events on your service.
110 - Integration URL (Alert Events): The URL provided by PagerDuty where Netdata Cloud will send notifications.
@@ -149,7 +149,7 @@
149 - **Notification settings**
150 - Configuration name (optional): A name for your configuration in order to easily refer to it
151 - Rooms: A list of Rooms for which you want to be notified
152 - - Notifications: The notifications which you want to be notified
152 + - Notifications: The notification types you want to receive
153 - **Integration configuration**
154 - Webhook URL: URL provided on Slack for the channel you want to receive your notifications
155
@@ -187,7 +187,7 @@
187 - **Notification settings**
188 - Configuration name (optional): A name for your configuration in order to easily refer to it
189 - Rooms: A list of Rooms for which you want to be notified
190 - - Notifications: The notifications which you want to be notified
190 + - Notifications: The notification types you want to receive
191 - **Integration configuration**
192 - API Key: The key provided on Opsgenie for the channel you want to receive your notifications
193
@@ -229,7 +229,7 @@
229 - **Notification settings**
230 - Configuration name (optional): A name for your configuration in order to easily refer to it
231 - Rooms: A list of Rooms for which you want to be notified
232 - - Notifications: The notifications which you want to be notified
232 + - Notifications: The notification types you want to receive
233 - **Integration configuration**
234 - Webhook URL: URL provided on Mattermost for the channel you want to receive your notifications
235
@@ -272,7 +272,7 @@
272 - **Notification settings**
273 - Configuration name (optional): A name for your configuration in order to easily refer to it
274 - Rooms: A list of Rooms for which you want to be notified
275 - - Notifications: The notifications which you want to be notified
275 + - Notifications: The notification types you want to receive
276 - **Integration configuration**
277 - Webhook URL: URL provided on RocketChat for the channel you want to receive your notifications
278
@@ -313,7 +313,7 @@
313 - **Notification settings**
314 - Configuration name (optional): A name for your configuration in order to easily refer to it
315 - Rooms: A list of Rooms for which you want to be notified
316 - - Notifications: The notifications which you want to be notified
316 + - Notifications: The notification types you want to receive
317 - **Integration configuration**
318 - Topic ARN: The topic provided on AWS SNS (with region) for where to publish your notifications.
319
@@ -356,7 +356,7 @@
356 - **Notification settings**
357 - Configuration name (optional): A name for your configuration in order to easily refer to it
358 - Rooms: A list of Rooms for which you want to be notified
359 - - Notifications: The notifications which you want to be notified
359 + - Notifications: The notification types you want to receive
360 - **Integration configuration**
361 - Microsoft Teams Incoming Webhook URL: The Incoming Webhook URL that you copied earlier.
362
@@ -396,7 +396,7 @@
396 - **Notification settings**
397 - Configuration name (optional): A name for your configuration in order to easily refer to it
398 - Rooms: A list of Rooms for which you want to be notified
399 - - Notifications: The notifications which you want to be notified
399 + - Notifications: The notification types you want to receive
400 - **Integration configuration**
401 - Bot Token: The token of your bot
402 - Chat ID: The chat id where your bot will deliver messages to
@@ -430,7 +430,7 @@
430 - **Notification settings**
431 - Configuration name (optional): A name for your configuration in order to easily refer to it
432 - Rooms: A list of Rooms for which you want to be notified
433 - - Notifications: The notifications which you want to be notified
433 + - Notifications: The notification types you want to receive
434 - **Integration configuration**
435 - HTTP Event Collector URI: The URI of your HTTP event collector in Splunk
436 - HTTP Event Collector Token: The token that Splunk provided to you when you created the HTTP Event Collector
@@ -465,7 +465,7 @@
465 - **Notification settings**
466 - Configuration name (optional): A name for your configuration in order to easily refer to it
467 - Rooms: A list of Rooms for which you want to be notified
468 - - Notifications: The notifications which you want to be notified
468 + - Notifications: The notification types you want to receive
469 - **Integration configuration**
470 - Destination URL - The URL provided by VictorOps of your REST endpoint.
471
@@ -498,7 +498,7 @@
498 - **Notification settings**
499 - Configuration name (optional): A name for your configuration in order to easily refer to it
500 - Rooms: A list of Rooms for which you want to be notified
501 - - Notifications: The notifications which you want to be notified
501 + - Notifications: The notification types you want to receive
502 - **Integration configuration**
503 - Webhook URL: The url of the service that Netdata will send notifications to. In order to keep the communication secured, Netdata only accepts HTTPS urls.
504 - Extra headers: Optional key-value pairs that you can set to be included in the HTTP requests sent to the webhook URL.
@@ -705,7 +705,7 @@
705 - **Notification settings**
706 - Configuration name (optional): A name for your configuration in order to easily refer to it
707 - Rooms: A list of Rooms for which you want to be notified
708 - - Notifications: The notifications which you want to be notified
708 + - Notifications: The notification types you want to receive
709 - **Integration configuration**
710 - Alert Source API key: The key you copied in the ilert configuration step.
711
@@ -744,7 +744,7 @@
744 - **Notification settings**
745 - Configuration name (optional): A descriptive name to identify this notification configuration
746 - Rooms: A list of Rooms for which you want to be notified
747 - - Notifications: Event types for which you want to receive notifications.
747 + - Notifications: The notification types you want to receive
748 - **Integration configuration**
749 - Instance URL: The base URL of your ServiceNow instance (for example, `https://my-instance.service-now.com/`).
750 - Username: The username of the ServiceNow integration user you created.