Zenduty
| Parameter | Description | Required |
|---|---|---|
alert.zenduty.integrationKey | 🔑 Integration Key | Yes |
alert.zenduty.alertType | 🏷️ Alert type (default: critical) | No |
Example
apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
zenduty:
integrationKey: YOUR_INTEGRATION_KEY
alertType: critical
Routing
alert:
zenduty:
integrationKey: YOUR_INTEGRATION_KEY
alertType: critical
routes:
- namespaces: ["production"]
severities: ["high", "critical"]
- reasons: ["OOMKilled"]
Retry
alert:
zenduty:
integrationKey: YOUR_INTEGRATION_KEY
alertType: critical
retry:
maxAttempts: 5
delay: 5s
Fallback
alert:
zenduty:
integrationKey: YOUR_INTEGRATION_KEY
alertType: critical
fallback: <another_provider>
Compact mode
alert:
zenduty:
integrationKey: YOUR_INTEGRATION_KEY
alertType: critical
compact: true
Screenshot
