mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
feat(alertmanager): send text email as well
This commit is contained in:
@@ -202,6 +202,13 @@ in {
|
|||||||
auth_username = cock.user;
|
auth_username = cock.user;
|
||||||
auth_identity = cock.user;
|
auth_identity = cock.user;
|
||||||
auth_password = cock.password;
|
auth_password = cock.password;
|
||||||
|
text = ''
|
||||||
|
{{range .Alerts -}}
|
||||||
|
{{ .Status }}: {{ index .Annotations "summary" }}
|
||||||
|
Generated by: {{.generatorURL}}
|
||||||
|
See at: {{.externalURL}}
|
||||||
|
{{end -}}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user