khuedoan-homelab/system/monitoring-system/files/webhook-transformer/alertmanager-to-ntfy.jsonnet

9 lines
207 B
Plaintext

{
"topic": env.NTFY_TOPIC,
"title": body.alerts[0].labels.alertname, // TODO support multiple alerts
"message": body.alerts[0].annotations.description,
"tags": [],
"priority": 3,
"actions": []
}