diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:19:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 12:07:37 +0000 |
commit | b485aab7e71c1625cfc27e0f92c9509f42378458 (patch) | |
tree | ae9abe108601079d1679194de237c9a435ae5b55 /docs/monitor/enable-notifications.md | |
parent | Adding upstream version 1.44.3. (diff) | |
download | netdata-b485aab7e71c1625cfc27e0f92c9509f42378458.tar.xz netdata-b485aab7e71c1625cfc27e0f92c9509f42378458.zip |
Adding upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/monitor/enable-notifications.md')
-rw-r--r-- | docs/monitor/enable-notifications.md | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/docs/monitor/enable-notifications.md b/docs/monitor/enable-notifications.md index 4bfebb4dd..7fec9ed50 100644 --- a/docs/monitor/enable-notifications.md +++ b/docs/monitor/enable-notifications.md @@ -12,7 +12,7 @@ learn_rel_path: "Integrations/Notify" Netdata offers two ways to receive alert notifications on external platforms. These methods work independently _or_ in parallel, 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 alert notifications. Read our documentation on [configuring alerts](https://github.com/netdata/netdata/blob/master/health/REFERENCE.md) to change the preconfigured thresholds or to create tailored alerts for your +Both methods use a node's health alerts to generate the content of alert notifications. 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 offers [centralized alert notifications](#netdata-cloud) via email, which leverages the health status @@ -49,7 +49,7 @@ more. ## Netdata Agent -The Netdata Agent's [notification system](https://github.com/netdata/netdata/blob/master/health/notifications/README.md) runs on every node and dispatches +The Netdata Agent's [notification system](https://github.com/netdata/netdata/blob/master/src/health/notifications/README.md) runs on every node and dispatches notifications based on configured endpoints and roles. You can enable multiple endpoints on any one node _and_ use Agent notifications in parallel with centralized alert notifications in Netdata Cloud. @@ -61,30 +61,30 @@ notification platform. ### Supported notification endpoints -- [**alerta.io**](https://github.com/netdata/netdata/blob/master/health/notifications/alerta/README.md) -- [**Amazon SNS**](https://github.com/netdata/netdata/blob/master/health/notifications/awssns/README.md) -- [**Custom endpoint**](https://github.com/netdata/netdata/blob/master/health/notifications/custom/README.md) -- [**Discord**](https://github.com/netdata/netdata/blob/master/health/notifications/discord/README.md) -- [**Dynatrace**](https://github.com/netdata/netdata/blob/master/health/notifications/dynatrace/README.md) -- [**Email**](https://github.com/netdata/netdata/blob/master/health/notifications/email/README.md) -- [**Flock**](https://github.com/netdata/netdata/blob/master/health/notifications/flock/README.md) -- [**Gotify**](https://github.com/netdata/netdata/blob/master/health/notifications/gotify/README.md) -- [**IRC**](https://github.com/netdata/netdata/blob/master/health/notifications/irc/README.md) -- [**Kavenegar**](https://github.com/netdata/netdata/blob/master/health/notifications/kavenegar/README.md) -- [**Matrix**](https://github.com/netdata/netdata/blob/master/health/notifications/matrix/README.md) -- [**Messagebird**](https://github.com/netdata/netdata/blob/master/health/notifications/messagebird/README.md) -- [**Microsoft Teams**](https://github.com/netdata/netdata/blob/master/health/notifications/msteams/README.md) -- [**Netdata Agent dashboard**](https://github.com/netdata/netdata/blob/master/health/notifications/web/README.md) -- [**Opsgenie**](https://github.com/netdata/netdata/blob/master/health/notifications/opsgenie/README.md) -- [**PagerDuty**](https://github.com/netdata/netdata/blob/master/health/notifications/pagerduty/README.md) -- [**Prowl**](https://github.com/netdata/netdata/blob/master/health/notifications/prowl/README.md) -- [**PushBullet**](https://github.com/netdata/netdata/blob/master/health/notifications/pushbullet/README.md) -- [**PushOver**](https://github.com/netdata/netdata/blob/master/health/notifications/pushover/README.md) -- [**Rocket.Chat**](https://github.com/netdata/netdata/blob/master/health/notifications/rocketchat/README.md) -- [**Slack**](https://github.com/netdata/netdata/blob/master/health/notifications/slack/README.md) -- [**SMS Server Tools 3**](https://github.com/netdata/netdata/blob/master/health/notifications/smstools3/README.md) -- [**Syslog**](https://github.com/netdata/netdata/blob/master/health/notifications/syslog/README.md) -- [**Telegram**](https://github.com/netdata/netdata/blob/master/health/notifications/telegram/README.md) -- [**Twilio**](https://github.com/netdata/netdata/blob/master/health/notifications/twilio/README.md) +- [**alerta.io**](https://github.com/netdata/netdata/blob/master/src/health/notifications/alerta/README.md) +- [**Amazon SNS**](https://github.com/netdata/netdata/blob/master/src/health/notifications/awssns/README.md) +- [**Custom endpoint**](https://github.com/netdata/netdata/blob/master/src/health/notifications/custom/README.md) +- [**Discord**](https://github.com/netdata/netdata/blob/master/src/health/notifications/discord/README.md) +- [**Dynatrace**](https://github.com/netdata/netdata/blob/master/src/health/notifications/dynatrace/README.md) +- [**Email**](https://github.com/netdata/netdata/blob/master/src/health/notifications/email/README.md) +- [**Flock**](https://github.com/netdata/netdata/blob/master/src/health/notifications/flock/README.md) +- [**Gotify**](https://github.com/netdata/netdata/blob/master/src/health/notifications/gotify/README.md) +- [**IRC**](https://github.com/netdata/netdata/blob/master/src/health/notifications/irc/README.md) +- [**Kavenegar**](https://github.com/netdata/netdata/blob/master/src/health/notifications/kavenegar/README.md) +- [**Matrix**](https://github.com/netdata/netdata/blob/master/src/health/notifications/matrix/README.md) +- [**Messagebird**](https://github.com/netdata/netdata/blob/master/src/health/notifications/messagebird/README.md) +- [**Microsoft Teams**](https://github.com/netdata/netdata/blob/master/src/health/notifications/msteams/README.md) +- [**Netdata Agent dashboard**](https://github.com/netdata/netdata/blob/master/src/health/notifications/web/README.md) +- [**Opsgenie**](https://github.com/netdata/netdata/blob/master/src/health/notifications/opsgenie/README.md) +- [**PagerDuty**](https://github.com/netdata/netdata/blob/master/src/health/notifications/pagerduty/README.md) +- [**Prowl**](https://github.com/netdata/netdata/blob/master/src/health/notifications/prowl/README.md) +- [**PushBullet**](https://github.com/netdata/netdata/blob/master/src/health/notifications/pushbullet/README.md) +- [**PushOver**](https://github.com/netdata/netdata/blob/master/src/health/notifications/pushover/README.md) +- [**Rocket.Chat**](https://github.com/netdata/netdata/blob/master/src/health/notifications/rocketchat/README.md) +- [**Slack**](https://github.com/netdata/netdata/blob/master/src/health/notifications/slack/README.md) +- [**SMS Server Tools 3**](https://github.com/netdata/netdata/blob/master/src/health/notifications/smstools3/README.md) +- [**Syslog**](https://github.com/netdata/netdata/blob/master/src/health/notifications/syslog/README.md) +- [**Telegram**](https://github.com/netdata/netdata/blob/master/src/health/notifications/telegram/README.md) +- [**Twilio**](https://github.com/netdata/netdata/blob/master/src/health/notifications/twilio/README.md) |