Update example configuration

This commit is contained in:
Fabian Reinartz 2016-01-28 14:02:15 +01:00
parent b276807c31
commit 983e5db56c

View File

@ -70,6 +70,11 @@ global:
# The root route on which each incoming alert enters.
route:
# The root route must not have any matchers as it is the entry point for
# all alerts. It needs to have a receiver configured so alerts that do not
# match any of the sub-routes are sent to someone.
receiver: 'team-X-mails'
# The labels by which incoming alerts are grouped together. For example,
# multiple alerts coming in for cluster=A and alertname=LatencyHigh would
# be batched into a single group.