Edit testing message

This commit is contained in:
Jeremy Gardais 2021-01-13 11:05:11 +01:00
parent 7013e9019c
commit 9fa3f4b908
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 7 additions and 2 deletions

View File

@ -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
}
# }}}