summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2021-05-24 05:38:31 -0700
committerGitHub <noreply@github.com>2021-05-24 05:38:31 -0700
commit56dfb07605c2e82699779f9597164856cf790250 (patch)
tree0a5484c0a5faf83b3b74dc46a440ddf8e23312c8 /health
parent6d6eb08ae4c7a24091d32cc625bfd1d1ad0e2b5d (diff)
Fixing sneaky broken links (#11175)
Diffstat (limited to 'health')
-rw-r--r--health/notifications/custom/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/health/notifications/custom/README.md b/health/notifications/custom/README.md
index 04376d5552..bcb09ef533 100644
--- a/health/notifications/custom/README.md
+++ b/health/notifications/custom/README.md
@@ -7,7 +7,11 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notificat
Netdata allows you to send custom notifications to any endpoint you choose.
-To configure custom notifications, you will need to customize `health_alarm_notify.conf`. You can look at the other senders in `/usr/libexec/netdata/plugins.d/alarm-notify.sh` for examples of how to modify the `custom_sender()` function in `health_alarm_notify.conf`. Ensure you follow the instructions of changing any configuration file to [persist your configuration](/docs/configuration-guide.md#persist-my-configuration).
+To configure custom notifications, you will need to customize `health_alarm_notify.conf`. Open the file for editing
+using [`edit-config`](/docs/configure/nodes.md#use-edit-config-to-edit-configuration-files) from the [Netdata config
+directory](/docs/configure/nodes.md#the-netdata-config-directory), which is typically at `/etc/netdata`.
+
+You can look at the other senders in `/usr/libexec/netdata/plugins.d/alarm-notify.sh` for examples of how to modify the `custom_sender()` function in `health_alarm_notify.conf`.
As with other notifications, you will also need to define the recipient list in `DEFAULT_RECIPIENT_CUSTOM` and/or the `role_recipients_custom` array.