Re: [prometheus-users] Grouping of alarms (group_interval, group_wait and repeat_interval)

2020-08-13 Thread rosaLux161
Yes, you're right. E-Mail-Notifications works. After research, I found out that OpsGenie deduplicates the notifications using the alias created by the AlertManager through the group labels: https://github.com/prometheus/alertmanager/issues/1598 The group labels contain the grouping data define

Re: [prometheus-users] Grouping of alarms (group_interval, group_wait and repeat_interval)

2020-08-12 Thread Christian Hoffmann
Hi, On 8/12/20 3:41 PM, rosaLux161 wrote: > If alert 1 and alert 2 occur simultaneously or in a very short time, > then only one alert should be sent out. If alert 2 only occurs after > some time, then another alert should be sent. The latter does not work. > If alert 2 occurs, nothing happens. Hr

[prometheus-users] Grouping of alarms (group_interval, group_wait and repeat_interval)

2020-08-12 Thread rosaLux161
I'm trying to understand how the grouping of alarms works. The alertmanager is configured as follows: ``` --- route: group_by: - alertname group_interval: 10s group_wait: 10s receiver: opsgenie repeat_interval: 1m routes: - receiver: opsgenie receivers: - name: opsgenie opsgenie_configs: - api_