You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
receiver: 'my-nice-receiver'
group_wait: 10m
group_interval: 15m
repeat_interval: 600h # 25 days no repeat this alert <-- this one is not working
matchers:
open_ticket="true"
What did you expect to see?
Within a short while I see two alerts with the same alert ID hash
First first: 2:28 PM Alert ID: 03fb6064079b070a [AM1.3] (1)
I would expect AlertManager to respect the repeat_interval: 600h for this given alert that is flapping but has the same alert hash ID but it's not working
What did you see instead? Under which circumstances?
Environment
System information:
insert output of uname -srm here
Linux 5.14.0-284.30.1.el9_2.x86_64 x86_64
Alertmanager version:
alertmanager, version 0.27.0 (branch: HEAD, revision: 0aa3c2a)
build user: root@22cd11f671e9
build date: 20240228-11:51:20
go version: go1.21.7
platform: linux/amd64
tags: netgo
Repeat interval suppresses notifications unless the alert state has changed. You mentioned that the alert fired, resolved, and then fired again 30 minutes later. Repeat interval would not work here because the alert resolved somewhere in that 30 minute period.
What did you do?
I've got the following configuration set for duplicate alerts and AlertManager is not respecting the repeat_interval
I've got the following routes;
route:
group_by: ['alertname','site','host_name']
group_wait: 10m
group_interval: 15m
repeat_interval: 76h
receiver: 'slack-only'
routes:
group_wait: 10m
group_interval: 15m
repeat_interval: 600h # 25 days no repeat this alert <-- this one is not working
matchers:
What did you expect to see?
Within a short while I see two alerts with the same alert ID hash
First first: 2:28 PM Alert ID: 03fb6064079b070a [AM1.3] (1)
Fires again 30 minutes later: 2:58 PM Alert ID: 03fb6064079b070a [AM1.3] (1)
I would expect AlertManager to respect the repeat_interval: 600h for this given alert that is flapping but has the same alert hash ID but it's not working
What did you see instead? Under which circumstances?
Environment
System information:
insert output of
uname -srm
hereLinux 5.14.0-284.30.1.el9_2.x86_64 x86_64
Alertmanager version:
alertmanager, version 0.27.0 (branch: HEAD, revision: 0aa3c2a)
build user: root@22cd11f671e9
build date: 20240228-11:51:20
go version: go1.21.7
platform: linux/amd64
tags: netgo
Prometheus version:
prometheus, version 2.51.1 (branch: HEAD, revision: 855b5ac4b80956874eb1790a04c92327f2f99e38)
build user: root@d3785d7783f2
build date: 20240328-09:27:30
go version: go1.22.1
platform: linux/amd64
tags: netgo,builtinassets,stringlabels
Alertmanager configuration file:
The text was updated successfully, but these errors were encountered: