From 4c14d70c78bfd028794063c59f5581670379b503 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Sun, 23 Jul 2017 07:31:49 +0200 Subject: [PATCH] "MaJ expl_check_all_nrpe.sh" --- bin/expl_check_all_nrpe.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/expl_check_all_nrpe.sh b/bin/expl_check_all_nrpe.sh index a2ebca9..c9d3f0d 100755 --- a/bin/expl_check_all_nrpe.sh +++ b/bin/expl_check_all_nrpe.sh @@ -140,6 +140,7 @@ function check_all CRITICAL=$(echo ${RESULT} | grep OK | wc -l) fi if [ ! ${CRITICAL} -eq 1 ]; then + fct_message " - CRITICAL" -color orange MESSAGE="${MESSAGE}|||${HOST}: ${CHECK}: ${RESULT}" fi done