Compare commits

..

4 Commits

2 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
################################ ################################
# Makefile pour eole-prometheus # Makefile pour XXX-XXX
################################ ################################
SOURCE=eole-prometheus SOURCE=eole-prometheus
VERSION=0.0.1 VERSION=0.1
EOLE_VERSION=2.7 EOLE_VERSION=2.7
EOLE_RELEASE=2.7.0 EOLE_RELEASE=2.7.0
PKGAPPS=non PKGAPPS=non

View File

@ -93,9 +93,9 @@ route:
continue: true continue: true
%if not %%is_empty('alSubRoute') %if not %%is_empty('alSubRoute')
routes:
%for sroute in %%getVar('alSubRoute',[]) %for sroute in %%getVar('alSubRoute',[])
%if %%sroute == %%rt %if %%sroute == %%rt
routes:
- match: - match:
%%{sroute.alSubRouteMatchSource}: %%{sroute.alSubRouteMatchValue} %%{sroute.alSubRouteMatchSource}: %%{sroute.alSubRouteMatchValue}
receiver: %%sroute.alSubRouteMatchReceiver receiver: %%sroute.alSubRouteMatchReceiver