From b2bcb847a97357ab0d8d205460574677330e2659 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Thu, 23 Jul 2020 09:52:02 +0200 Subject: [PATCH] enhance french dcdiag regexp --- .../apps/activedirectory/local/conf/dcdiag.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/centreon-plugins/apps/activedirectory/local/conf/dcdiag.xml b/centreon-plugins/apps/activedirectory/local/conf/dcdiag.xml index 74522e82e..82a460c7d 100644 --- a/centreon-plugins/apps/activedirectory/local/conf/dcdiag.xml +++ b/centreon-plugins/apps/activedirectory/local/conf/dcdiag.xml @@ -10,10 +10,10 @@ - D.marrage du test.*?:\s+(.*?)\n.*?(a r.ussi|a .chou.|warning) - a r.ussi + D.*?marrage du test.*?:\s+(.*?)\n.*?(a r.*?ussi|a .*?chou.|warning) + a r.*?ussi warning - a .chou. + a .*?chou. - \ No newline at end of file +