mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-13 00:04:46 +07:00
9 lines
207 B
Plaintext
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": []
|
|
}
|