Skip to main content

Discord

If you want to enable Discord, provide the webhook with optional text and title

Configuration

ParameterDescriptionRequired
alert.discord.webhookDiscord webhook URLYes
alert.discord.titleCustomized title in discord messageNo
alert.discord.textCustomized text in discord messageNo

Example

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

Screenshot