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