prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers.webexConfigs.httpConfig.tlsConfig.spec.receivers.telegramConfigs

List of Telegram configurations.

9 fields
AlertmanagerConfig.spec.receivers.webexConfigs.httpConfig.tlsConfig.spec.receivers.telegramConfigs fields and descriptions
Field / TypeDescription
apiURL
string

The Telegram API URL i.e. https://api.telegram.org. If not specified, default API URL will be used.

object

Telegram bot token. It is mutually exclusive with `botTokenFile`. The secret needs to be in the same namespace as the AlertmanagerConfig object and accessible by the Prometheus Operator. Either `botToken` or `botTokenFile` is required.

  • x-kubernetes-map-type: "atomic"
botTokenFile
string

File to read the Telegram bot token from. It is mutually exclusive with `botToken`. Either `botToken` or `botTokenFile` is required. It requires Alertmanager >= v0.26.0.

chatID
integer

The Telegram chat ID.

  • format: int64
disableNotifications
boolean

Disable telegram notifications

object

HTTP client configuration.

message
string

Message template

parseMode
string

Parse mode for telegram message

  • enum: ["MarkdownV2","Markdown","HTML"]
sendResolved
boolean

Whether to notify about resolved alerts.