Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

重复发送多条恢复告警通知 #377

Open
liang2025 opened this issue Mar 1, 2024 · 0 comments
Open

重复发送多条恢复告警通知 #377

liang2025 opened this issue Mar 1, 2024 · 0 comments

Comments

@liang2025
Copy link

在出现监控异常时,会先收到一条异常信息,如果过了10分钟才恢复,则在恢复后,会收到10条恢复告警,也就是一分钟一条。一共会收到11条告警信息。以下是alertmanager配置

global:
  resolve_timeout: 5m
receivers:
- name: 'feishu-webhook'
  webhook_configs:
  - url: 'http://xxxx'
route:
  group_by: ['instance']
  group_wait: 10s
  group_interval: 5m
  repeat_interval: 1h
  receiver: 'feishu-webhook'

在不使用prometheusalert工具时,恢复时只会收到一条

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant