mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-12-02 05:10:06 +01:00
10 lines
294 B
YAML
10 lines
294 B
YAML
title: |
|
|
{{- if eq .status "firing" }}
|
|
🚨 {{ .title | default "Alert firing" }}
|
|
{{- else if eq .status "resolved" }}
|
|
✅ {{ .title | default "Alert resolved" }}
|
|
{{- else }}
|
|
⚠️ Unknown alert: {{ .title | default "Alert" }}
|
|
{{- end }}
|
|
message: |
|
|
{{ .message | trunc 2000 }}
|