Skip to main content

Mattermost

If you want to enable Mattermost, provide the webhook with optional text

Configuration

ParameterDescription
alert.mattermost.webhookMattermost webhook URL
alert.mattermost.titleCustomized title in Mattermost message
alert.mattermost.textCustomized text in Mattermost message

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
mattermost:
webhook: WEBHOOK_URL
text: "optional customized text"

Screenshot