Skip to main content

Matrix

If you want to enable Matrix, provide homeServer, accessToken and internalRoomID with optional text and title

Configuration

ParameterDescription
alert.matrix.homeServerHomeServer URL
alert.matrix.accessTokenAccount access token
alert.matrix.internalRoomIDInternal room ID
alert.matrix.titleCustomized title in message
alert.matrix.textCustomized text in message

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
matrix:
accessToken: ACCESS_TOKEN

Screenshot