- Category: Chat
- Website: https://telegram.org/
Setting | Env var | Default value | Description |
---|---|---|---|
telegram.chatid |
TELEGRAM_CHATID |
Telegram Identifier of the shared chat, if not empty, Telegram is enabled | |
telegram.token |
TELEGRAM_TOKEN |
Telegram bot authentication token | |
telegram.message_thread_id |
TELEGRAM_MESSAGE_THREAD_ID |
Telegram individual chats within the group | |
telegram.minimumpriority |
TELEGRAM_MINIMUMPRIORITY |
"" (= debug ) |
Minimum priority of event for using this output, order is emergency,alert,critical,error,warning,notice,informational,debug or "" |
Note
The Env var values override the settings from yaml file.
telegram:
chatid: "" # Telegram Identifier of the shared chat, if not empty, Telegram is enabled
token: "" # Telegram bot authentication token
# message_thread_id: "" # Telegram individual chats within the group
# minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)