summaryrefslogtreecommitdiffstats
path: root/health/notifications
diff options
context:
space:
mode:
authorNetdata bot <43409846+netdatabot@users.noreply.github.com>2024-01-15 18:02:34 +0200
committerGitHub <noreply@github.com>2024-01-15 18:02:34 +0200
commitd5b2ddcfcd9b033fc23d6df4bf6035fc3ddbea05 (patch)
tree96af140621a5745aaa4f87780adbde421937a124 /health/notifications
parentf6bdba22ae7398802db4bd5e02b85554873715ab (diff)
Regenerate integrations.js (#16792)
Co-authored-by: ilyam8 <ilyam8@users.noreply.github.com>
Diffstat (limited to 'health/notifications')
-rw-r--r--health/notifications/telegram/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/health/notifications/telegram/README.md b/health/notifications/telegram/README.md
index 5ad97a3bed..fb26296e41 100644
--- a/health/notifications/telegram/README.md
+++ b/health/notifications/telegram/README.md
@@ -55,7 +55,7 @@ The following options can be defined for this notification
|:----|:-----------|:-------|:--------:|
| SEND_TELEGRAM | Set `SEND_TELEGRAM` to YES | YES | yes |
| TELEGRAM_BOT_TOKEN | set `TELEGRAM_BOT_TOKEN` to your bot token. | | yes |
-| DEFAULT_RECIPIENT_TELEGRAM | Set `DEFAULT_RECIPIENT_TELEGRAM` to the chat ID you want the alert notifications to be sent to. You can define multiple chat IDs like this: -49999333322 -10099992222. | | yes |
+| DEFAULT_RECIPIENT_TELEGRAM | Set `DEFAULT_RECIPIENT_TELEGRAM` to the chat ID you want the alert notifications to be sent to. You can define multiple chat IDs like this: -49999333322 -1009999222255. | | yes |
##### DEFAULT_RECIPIENT_TELEGRAM
@@ -66,8 +66,8 @@ The `DEFAULT_RECIPIENT_CUSTOM` can be edited in the following entries at the bot
```conf
role_recipients_telegram[sysadmin]="-49999333324"
role_recipients_telegram[domainadmin]="-49999333389"
-role_recipients_telegram[dba]="-1009999222255"
-role_recipients_telegram[webmaster]="-1009999222255 -49999333389"
+role_recipients_telegram[dba]="-10099992222"
+role_recipients_telegram[webmaster]="-10099992222 -49999333389"
role_recipients_telegram[proxyadmin]="-49999333344"
role_recipients_telegram[sitemgr]="-49999333876"
```