diff --git a/tmpl/alertmanager.yml b/tmpl/alertmanager.yml index 10332c5..d459e63 100644 --- a/tmpl/alertmanager.yml +++ b/tmpl/alertmanager.yml @@ -81,6 +81,7 @@ route: - match: %%{sroute.alSubRouteMatchSource}: %%alSubRouteMatchValue receiver: %%alSubRouteMatchReceiver + continue: true %end if %end for %end if @@ -89,6 +90,7 @@ route: - match: %%{rt.alRouteMatchSource}: %%{rt.alRouteMatchValue} receiver: %%rt.alRouteMatchReceiver + continue: true %if not %%is_empty('alSubRoute') routes: @@ -97,6 +99,7 @@ route: - match: %%{sroute.alSubRouteMatchSource}: %%{sroute.alSubRouteMatchValue} receiver: %%sroute.alSubRouteMatchReceiver + continue: true %end if %end for %end if