prometheus-alertmanager: yaml indentation fixes

Change-Id: I2bed45c554b19e6cd8373d88325e33ef4777b0c7
This commit is contained in:
Chris Wedgwood 2018-04-11 21:47:47 +00:00
parent 9dd81954fd
commit fb73a54b94

View File

@ -200,8 +200,9 @@ conf:
# overwritten on each. # overwritten on each.
# The child route trees. # The child route trees.
routes: routes:
# This routes performs a regular expression match on alert labels to # This routes performs a regular expression match on alert
# catch alerts that are related to a list of services. # labels to catch alerts that are related to a list of
# services.
- match_re: - match_re:
service: ^(foo1|foo2|baz)$ service: ^(foo1|foo2|baz)$
receiver: team-X-mails receiver: team-X-mails