@cryptotaxi247 / netdata-1 / commits / 9fc74984c

Regenerate integrations docs (#21377)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed Dec 1, 2025 at 20:41 UTC 9fc74984ca71c5fcef81d851215e84370cb84d24
1 file changed +1
src/health/notifications/telegram/README.md
+1
@@ -44,6 +44,7 @@ The following options can be defined for this notification
44 | Option | Description | Default | Required |
45 |:-----|:------------|:--------|:---------:|
46 | SEND_TELEGRAM | Set `SEND_TELEGRAM` to YES | YES | yes |
47 +| TELEGRAM_API_URL | Set `TELEGRAM_API_URL` to the corresponding URL if you have your own Telegram Bot API server (e.g., for privacy or local hosting). Defaults to the official Telegram API. | https://api.telegram.org | no |
48 | TELEGRAM_BOT_TOKEN | set `TELEGRAM_BOT_TOKEN` to your bot token. | | yes |
49 | DEFAULT_RECIPIENT_TELEGRAM | Set the `DEFAULT_RECIPIENT_TELEGRAM` variable in your config file to your Telegram chat ID (find it with @myidbot). Separate multiple chat IDs with spaces. To send alerts to a specific topic within a chat, use `chatID:topicID`. | | yes |
50