From 9fa3f4b9089e6d378e43bc2b30cb628886e83ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Wed, 13 Jan 2021 11:05:11 +0100 Subject: [PATCH] Edit testing message --- xymon/plugins/client/ext/maco.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xymon/plugins/client/ext/maco.sh b/xymon/plugins/client/ext/maco.sh index fe94892..7aff379 100755 --- a/xymon/plugins/client/ext/maco.sh +++ b/xymon/plugins/client/ext/maco.sh @@ -149,8 +149,13 @@ send_result_to_xymon_server() { ==================== Detailed status ==================== &${COLOR} $(cat ${PLUGIN_RESULT})" - #For testing only - #echo $XYMON "${XYMSRV}" "status ${MACHINE}.${TEST} ${COLOR} $(cat ${PLUGIN_RESULT})" > /tmp/xymon.maco.tmp + + # For testing only + #echo "$XYMON ${XYMSRV} status ${MACHINE}.${TEST} ${COLOR} ${SUBJECT} + +#==================== Detailed status ==================== + +#&${COLOR} $(cat ${PLUGIN_RESULT})" > /tmp/xymon.maco.tmp } # }}}