From e6455a86c93db9bc967df55a145c9f387b0ba09e Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Thu, 12 Jul 2018 12:03:45 +0200 Subject: [PATCH] Small fix --- sources/lib/core/include_core.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/lib/core/include_core.sh b/sources/lib/core/include_core.sh index 6090815..7896d9a 100644 --- a/sources/lib/core/include_core.sh +++ b/sources/lib/core/include_core.sh @@ -1496,7 +1496,7 @@ do # check for log_healthy support through --hc-args (plugin) elif (( $(grep -c -E -e "_LOG_HEALTHY" "${FFILE}" 2>/dev/null) > 0 )) then - FHEALTHY="Yes" + FHEALTHY="S" else FCONFIG="No" FHEALTHY="N/S" @@ -1565,7 +1565,7 @@ then print print "Config?: plugin has a default configuration file (Yes/No)" print "Sched? : plugin is scheduled through cron (Yes/No)" - print "H+? : plugin can choose whether to log/show passed health checks (Yes/No/Not supported)" + print "H+? : plugin can choose whether to log/show passed health checks (Yes/No/Supported/Not supported)" fi return 0