Reschedule weekly test alarm to CEST window

This commit is contained in:
Drew DeVault 2021-07-29 09:18:59 +02:00
parent faa07f55d6
commit bce1792825
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ groups:
- name: test
rules:
- alert: Weekly test alarm
# Wednesday between 12:00 and 12:30 EST
expr: (day_of_week() == 3 and hour() == 16 and minute() < 30) > 0
# Wednesday between 12:00 and 12:30 CEST
expr: (day_of_week() == 3 and hour() == 10 and minute() < 30) > 0
labels:
severity: urgent
annotations: