summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-10-04 01:39:46 +0200
committerJoel Hans <joel@netdata.cloud>2019-10-03 16:39:46 -0700
commit5d82cb5a2407fd2d983fcbcd81ecc2ca41dd0f53 (patch)
treeda696ff99528cf830c40d71b1cd4f5e796890538 /health
parent9d06d0f0b9492891803af507f73a9e1f193cd026 (diff)
Update README.md (#6961)
Diffstat (limited to 'health')
-rw-r--r--health/notifications/README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/health/notifications/README.md b/health/notifications/README.md
index a0065729a3..c086e79b14 100644
--- a/health/notifications/README.md
+++ b/health/notifications/README.md
@@ -39,7 +39,18 @@ by running `/etc/netdata/edit-config health_alarm_notify.conf`:
all notification methods except email, require some configuration
(i.e. API keys, tokens, destination rooms, channels, etc).
-2. **recipients** per **role** per **notification method**
+- **recipients** per **role** per **notification method**
+
+```sh
+grep sysadmin /etc/netdata/health_alarm_notify.conf
+
+role_recipients_email[sysadmin]="${DEFAULT_RECIPIENT_EMAIL}"
+role_recipients_pushover[sysadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
+role_recipients_pushbullet[sysadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
+role_recipients_telegram[sysadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
+role_recipients_slack[sysadmin]="${DEFAULT_RECIPIENT_SLACK}"
+...
+```
## Testing Notifications