Skip to main content

Opsgenie

ParameterDescriptionRequired
alert.opsgenie.apiKey🔑 API KeyYes
alert.opsgenie.title✏️ Custom titleNo
alert.opsgenie.text✏️ Custom textNo

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

Opsgenie notification screenshot