mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 10:19:21 +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": []
|
||
|
}
|