Allow to use multimatching for alermanager routes
Change-Id: I2c0d439055efc0d218c8f247aea264d425fca838
This commit is contained in:
parent
ce1daf8670
commit
cdad46d5ad
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
{%- if route.receiver is defined -%}
|
||||
receiver: {{ route.receiver }}
|
||||
{%- endif -%}
|
||||
{%- if route.continue is defined %}
|
||||
continue: {{ route.continue }}
|
||||
{%- endif -%}
|
||||
{%- if route.group_by is defined %}
|
||||
group_by:
|
||||
{%- for group_by in route.group_by %}
|
||||
|
|
Loading…
Reference in a new issue