Alert formatting and swap threshold

This commit is contained in:
g4st3r
2026-03-07 21:06:24 +00:00
parent 7005255aab
commit 7f91660cd0
2 changed files with 6 additions and 4 deletions

View File

@@ -15,9 +15,11 @@ receivers:
chat_id: -1003779247128
message: |-
{{ range .Alerts }}
*{{ .Labels.alertname }}* ({{ .Labels.severity }})
{{ if eq .Labels.severity "critical" }}🔴{{ else }}⚠️{{ end }} *{{ .Labels.alertname }}* ({{ .Labels.severity }})
{{ .Annotations.summary }}
{{ .Annotations.description }}
Instance: {{ .Labels.instance }}
Details: {{ .GeneratorURL }}
{{ end }}
parse_mode: Markdown
disable_notifications: false