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