summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2024-04-30 11:25:20 +0300
committerGitHub <noreply@github.com>2024-04-30 08:25:20 +0000
commitf0e4ec8defedb5089d6753353b2e98aec4bc2cb3 (patch)
tree2aea5b433ba3de4aa8225778c7fa3e3c4a3c2e1b /src
parent310253994cffc689cd32bcd7666afd54f520be03 (diff)
Notification section updates (#17551)
* Update enable-notifications.md * Update README.md * Update enable-notifications.md * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'src')
-rw-r--r--src/health/README.md27
1 files changed, 15 insertions, 12 deletions
diff --git a/src/health/README.md b/src/health/README.md
index 4b76de9a7a..bbb2046c51 100644
--- a/src/health/README.md
+++ b/src/health/README.md
@@ -1,14 +1,17 @@
# Alerts and notifications
-The Netdata Agent is a health watchdog for the health and performance of your systems, services, and applications. We've
-worked closely with our community of DevOps engineers, SREs, and developers to define hundreds of production-ready
-alerts that work without any configuration.
-
-The Agent's health monitoring system is also dynamic and fully customizable. You can write entirely new alerts, tune the
-community-configured alerts for every app/service [the Agent collects metrics from](https://github.com/netdata/netdata/blob/master/src/collectors/COLLECTORS.md), or
-silence anything you're not interested in. You can even power complex lookups by running statistical algorithms against
-your metrics.
-
-You can [use various alert notification methods](https://github.com/netdata/netdata/edit/master/docs/monitor/enable-notifications.md),
-[customize alerts](https://github.com/netdata/netdata/blob/master/src/health/REFERENCE.md), and
-[disable/silence](https://github.com/netdata/netdata/blob/master/src/health/REFERENCE.md#disable-or-silence-alerts) alerts.
+Netdata offers two ways to receive alert notifications on external integrations. These methods work independently, which means you can enable both at the same time to send alert notifications to any number of endpoints.
+
+Both methods use a node's health alerts to generate the content of a notification.
+
+Read our documentation on [configuring alerts](https://github.com/netdata/netdata/blob/master/src/health/REFERENCE.md) to change the preconfigured thresholds or to create tailored alerts for your infrastructure.
+
+- Netdata Cloud provides centralized alert notifications, utilizing the health status data already sent to Netdata Cloud from connected nodes to send alerts to configured integrations. [Supported integrations](https://learn.netdata.cloud/docs/alerts-&-notifications/notifications/centralized-cloud-notifications) include Amazon SNS, Discord, Slack, Splunk, and others.
+
+- The Netdata Agent offers a [wider range of notification options](https://learn.netdata.cloud/docs/alerts-&-notifications/notifications/agent-dispatched-notifications) directly from the agent itself. You can choose from over a dozen services, including email, Slack, PagerDuty, Twilio, and others, for more granular control over notifications on each node.
+
+The Netdata Agent is a health watchdog for the health and performance of your systems, services, and applications. We've worked closely with our community of DevOps engineers, SREs, and developers to define hundreds of production-ready alerts that work without any configuration.
+
+The Agent's health monitoring system is also dynamic and fully customizable. You can write entirely new alerts, tune the pre-configured alerts for every app/service [the Agent collects metrics from](https://github.com/netdata/netdata/blob/master/src/collectors/COLLECTORS.md), or silence anything you're not interested in. You can even power complex lookups by running statistical algorithms against your metrics.
+
+You can [use various alert notification methods](https://github.com/netdata/netdata/blob/master/docs/monitor/enable-notifications.md), [customize alerts](https://github.com/netdata/netdata/blob/master/src/health/REFERENCE.md), and [disable/silence](https://github.com/netdata/netdata/blob/master/src/health/REFERENCE.md#disable-or-silence-alerts) alerts.