gpt4 book ai didi

prometheus-alertmanager - 普罗米修斯警报管理器 : How do I prevent grouping in notifications

转载 作者:行者123 更新时间:2023-12-04 04:27:32 26 4
gpt4 key购买 nike

我试图在一个简单的设置中设置警报管理器,它会为收到的每个通知发送一个 Slack 通知。

我希望通过删除 group_by 配置来禁用分组。

问题是,当我一个接一个地发送 2 个警报时,即使警报管理器在我收到 Slack 通知时将 2 个警报显示为“未分组”,我也会收到第一个警报的一条消息,然后是第二条消息,其中 2 个警报被分组。

这是 config.yml

route:
receiver: default-receiver
group_wait: 1s #30s
group_interval: 1s #5m
# repeat_interval: 10m
# group_by: [cluster, alertname]

receivers:
- name: default-receiver
slack_configs:
- channel: "#alerts-test"

有任何想法吗?

最佳答案

来自普罗米修斯 documentation for configuration

您可以使用 group_by: ['...']在您的警报管理器中作为解决方案。

但是,这是在 v0.16 中引入的。 .如需更多信息,请参阅 this GitHub issue .

关于prometheus-alertmanager - 普罗米修斯警报管理器 : How do I prevent grouping in notifications,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60949623/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com