1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(alertmanager): send text email as well

This commit is contained in:
2022-12-03 08:29:31 +01:00
parent f3e14ffc9e
commit 3b1af791c9

View File

@@ -202,6 +202,13 @@ in {
auth_username = cock.user;
auth_identity = cock.user;
auth_password = cock.password;
text = ''
{{range .Alerts -}}
{{ .Status }}: {{ index .Annotations "summary" }}
Generated by: {{.generatorURL}}
See at: {{.externalURL}}
{{end -}}
'';
}
];
}