Hello all,
In alertmanager.yml file, is match or match_re mandatory in child route/s?
I want to add email , slack and pagerduty in child routes and want to send
all alerts(without matching anything) to all 3 routes. So in this case,
I don't need to match anything, but was not sure if match or match_re is
mandotory and if so how to handle this scenario. Is this a valid alert
manager configuration?:
route:
group_by: [job]
group_wait: 30s
group_interval: 5m
repeat_interval: 1h
receiver: fallback_email
continue: true
# The child route trees.
routes:
- receiver: 'email_client'
group_by: [job, service]
continue: true
- receiver: 'slack_client'
group_by: [app, job, service]
continue: true
- receiver: 'pagerduty_client'
group_by: [app]
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/CAOnWYZUWBf_y67COSt1DQkU8%3D%2BEnyGTfKmi0N8WBTMn%2BWmTb_Q%40mail.gmail.com.