diff --git a/docs/configuration.md b/docs/configuration.md index 9152ba3..fb0f12e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -432,12 +432,12 @@ This report module sends alerts directly to specified Telegram users, groups, or To send alert to Telegram you need to create a bot. To create a bot: -1. Open Telegram, search `@botfather` and open a chat with it -2. Type `/newbot` and follow the procedure to create a bot -3. Take note of the bot ID provided -4. Open the chat (channel, group, user) where you want to end the alerts -5. Write something in the chat (from whatever user) -6. Visit `https://api.telegram.org/bot_BOT_ID_/getUpdates` (replacing `_BOT_ID_` with your bot ID) from your browser and take note of the chat ID returned in the answer (in case of multiple chat IDs, use the one with the same text you sent at the previous point) +1. Open Telegram, search `@botfather` and open a chat with it. +2. Type `/newbot` and follow the procedure to create a bot. +3. Take note of the bot ID provided. +4. Open the chat (channel, group, user) where you want to send the alerts. +5. Write something in the chat (from whatever user). +6. Visit `https://api.telegram.org/bot_BOT_ID_/getUpdates` (replace `_BOT_ID_` with your bot ID) from your browser and take note of the chat ID returned in the answer. In case of multiple chat IDs, use the one with the same text you sent at the previous point. Parameters for this report module: