Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openimsdk/open-im-server into fix/b…
Browse files Browse the repository at this point in the history
…atch-insert-group-member
  • Loading branch information
mo3et committed Jul 19, 2024
2 parents c8ddd73 + 6c8ac45 commit a89a57e
Show file tree
Hide file tree
Showing 6 changed files with 5,403 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/alertmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@ templates:
- /etc/alertmanager/email.tmpl

route:
group_by: ['alertname']
group_by: [ 'alertname' ]
group_wait: 5s
group_interval: 5s
repeat_interval: 5m
receiver: email
routes:
- matchers:
- alertname = "XXX"
group_by: [ 'instance' ]
group_wait: 5s
group_interval: 5s
repeat_interval: 5m
receiver: email

receivers:
- name: email
email_configs:
Expand Down
Loading

0 comments on commit a89a57e

Please sign in to comment.