Skip to main content

Rocket.Chat

ParameterDescriptionRequired
alert.rocketchat.webhook🔗 Webhook URLYes
alert.rocketchat.text✏️ Custom textNo

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"

Routing

alert:
rocketchat:
webhook: WEBHOOK_URL
routes:
- namespaces: ["production"]
severities: ["high", "critical"]
- reasons: ["OOMKilled"]

Retry

alert:
rocketchat:
webhook: WEBHOOK_URL
retry:
maxAttempts: 5
delay: 5s

Fallback

alert:
rocketchat:
webhook: WEBHOOK_URL
fallback: <another_provider>

Compact mode

alert:
rocketchat:
webhook: WEBHOOK_URL
compact: true

Screenshot

Rocket.Chat notification screenshot