Skip to main content

Rocket.Chat

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

Configuration

ParameterDescriptionRequired
alert.rocketchat.webhookRocket Chat webhook URLYes
alert.rocketchat.textCustomized text in Rocket Chat messageNo

Example

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

Screenshot