Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.04 KB

telegram.md

File metadata and controls

41 lines (30 loc) · 2.04 KB

Telegram

Table of content

Configuration

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.

Example of config.yaml

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)

Additional info

Screenshots

telegram example