feature: add alertmanager function

This commit is contained in:
lin.huang 2023-11-15 15:55:18 +08:00
parent dbd03a6030
commit 84618b428e

View File

@ -19,7 +19,7 @@ route:
receivers: receivers:
- name: 'email' - name: 'email'
email_configs: email_configs:
- to: '2393740379@qq.com' - to: '239374037@qq.com'
html: '{{ template "email.to.html" . }}' html: '{{ template "email.to.html" . }}'
headers: { Subject: "[OPENIM-SERVER]告警" } headers: { Subject: "[OPENIM-SERVER]告警" }
send_resolved: true send_resolved: true