Skip to main content

Telegram

If you want to enable Telegram, provide a valid token and the chatId

Configuration

ParameterDescriptionRequired
alert.telegram.tokenTelegram tokenYes
alert.telegram.chatIdCustomized title in slack messageYes

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
telegram:
token: TOKEN
chatId: CHAT_ID

Screenshot