Opsgenie
| Parameter | Description | Required |
|---|---|---|
alert.opsgenie.apiKey | 🔑 API Key | Yes |
alert.opsgenie.title | ✏️ Custom title | No |
alert.opsgenie.text | ✏️ Custom text | No |
Example
apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
opsgenie:
apiKey: "YOUR_API_KEY"
title: "optional customized title"
text: "optional customized text"
Routing
alert:
opsgenie:
apiKey: "YOUR_API_KEY"
routes:
- namespaces: ["production"]
severities: ["high", "critical"]
- reasons: ["OOMKilled"]
Retry
alert:
opsgenie:
apiKey: "YOUR_API_KEY"
retry:
maxAttempts: 5
delay: 5s
Fallback
alert:
opsgenie:
apiKey: "YOUR_API_KEY"
fallback: <another_provider>
Compact mode
alert:
opsgenie:
apiKey: "YOUR_API_KEY"
compact: true
Screenshot
