Rocket.Chat
If you want to enable Rocket Chat, provide the webhook with optional text
Configuration
Parameter | Description | Required |
---|---|---|
alert.rocketchat.webhook | Rocket Chat webhook URL | Yes |
alert.rocketchat.text | Customized text in Rocket Chat message | No |
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"