From 43e34f8de8e95f6cd591113654f708320eb8f699 Mon Sep 17 00:00:00 2001 From: vfebvre Date: Thu, 17 Dec 2020 10:21:49 +0100 Subject: [PATCH] modification configuration d'alertmanager --- tmpl/alertmanager.yml | 3 +++ 1 file changed, 3 insertions(+) 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