AlertmanagerConfig.spec.receivers[].telegramConfigs[]
TelegramConfig configures notifications via Telegram. See https://prometheus.io/docs/alerting/latest/configuration/#telegram_config
| Field / Type | Description |
|---|---|
apiURL | The Telegram API URL i.e. https://api.telegram.org. If not specified, default API URL will be used. |
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.
| |
botTokenFile | 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 | The Telegram chat ID.
|
disableNotifications | Disable telegram notifications |
HTTP client configuration. | |
message | Message template |
parseMode | Parse mode for telegram message
|
sendResolved | Whether to notify about resolved alerts. |