Closed s4kharitonov closed 5 years ago
@Code2Life
notification interval should be "repeat_interval" in alert manager configuration. could you double check your "group_by" and "group_interval" configuration?
400 status code issue seems to be a bug, I'm fixing
My alertmanager configuration
global:
smtp_smarthost: '***'
smtp_from: '***'
smtp_auth_username: '***'
smtp_auth_password: '***'
templates:
- '/etc/alertmanager/template/*.tmpl'
route:
group_by: ['instance']
group_wait: 5s
group_interval: 5m
repeat_interval: 24h
receiver: webhook
routes:
- match:
severity: critical
receiver: webhook
- match:
severity: warning
receiver: email
receivers:
- name: webhook
webhook_configs:
- url: http://domain:8080
- name: email
email_configs:
- to: '***'
send_resolved: true
group_by i tried to several values as job, alertname, instance Also I wrote to alertmanager, maybe it can help https://github.com/prometheus/alertmanager/issues/2071
@s4kharitonov alertmanager 400 issue has been fixed. could you please update SERVER_VERSION env var to upgrade and restart notification deployment? This may help reduce repeatly notifications, I'm not sure.
@Code2Life I have tested and all work fine, thank you
Thanks a lot for using this plugin and discovering issues. I'll contact Zoom Integration Team to support alertmanager natively later.
Hello, I got these in logs after test pipeline alert:
Messages were received in zoom chat, but they repeat every 5 minutes. As I notice with interval configured in group_interval: 5m option (if setting 30 seconds messages will be repeat every 30 seconds)
Could you take a look this? Thanks in advance