diff --git a/hosts/aws/tyo0/services/prometheus.nix b/hosts/aws/tyo0/services/prometheus.nix index 1ce8445..761918a 100644 --- a/hosts/aws/tyo0/services/prometheus.nix +++ b/hosts/aws/tyo0/services/prometheus.nix @@ -162,15 +162,9 @@ in let tmpl = lib.escapeURL '' {{ range .alerts }}- Status: {{ .status }} - - Labels: - {{ range $k, $v := .labels }} - {{ $k }} = {{ $v }} - {{ end }} - Annotations: - {{ range $k, $v := .annotations }} - {{ $k }} = {{ $v }} - {{ end }} + Summary: {{ .annotations.summary }} + Description: {{ .annotations.description }} Source: {{ .generatorURL }} - {{ end }} ''; in