Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhancement: swap start and end times
Browse files Browse the repository at this point in the history
rezizter committed Dec 1, 2023
1 parent db3588d commit 526f17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/alertmanager/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -69,8 +69,8 @@ alertmanager_time_intervals: []
# - name: offhours
# time_intervals:
# - times:
# - end_time: "21:00"
# start_time: "24:00"
# - start_time: "21:00"
# end_time: "24:00"
# location: "Africa/Johannesburg"
alertmanager_inhibit_rules: []
# alertmanager_inhibit_rules:

0 comments on commit 526f17b

Please sign in to comment.