Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
[patch] Add example inhibit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Aug 9, 2018
1 parent 4c34c24 commit aff0ad4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ alertmanager_receivers: []
# channel: '#alerts'

alertmanager_inhibit_rules: []
# alertmanager_inhibit_rules:
# - target_match:
# label: value
# source_match:
# label: value
# equal: ['dc', 'rack']
# - target_match_re:
# label: value1|value2
# source_match_re:
# label: value3|value5

alertmanager_route: {}
# alertmanager_route:
Expand Down

0 comments on commit aff0ad4

Please sign in to comment.