Skip to content

Instantly share code, notes, and snippets.

@Eyeless77
Eyeless77 / alertmanager.tmpl
Created May 14, 2024 16:11 — forked from jidckii/alertmanager.tmpl
Alertmanager telegram template
{{ define "__yucca_text_alert_list" }}{{ range . }}
---
πŸͺͺ <b>{{ .Labels.alertname }}</b>
{{- if .Annotations.summary }}
πŸ“ {{ .Annotations.summary }}{{ end }}
{{- if .Annotations.description }}
πŸ“– {{ .Annotations.description }}{{ end }}
🏷 Labels:
{{ range .Labels.SortedPairs }} <i>{{ .Name }}</i>: <code>{{ .Value }}</code>
{{ end }}{{ end }}