diff --git a/inc/status.inc b/inc/status.inc index f90c75aa..b989ba19 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -845,9 +845,9 @@ STATUS_NODE(){ fi if [ "${STATUS_ACTION}" != "check" ]; then if [ "${checkhost}" != "false" ]; then - echo -e "${idsCL[Red]} - Node is online, but SSH is down!${idsCL[Default]}" + echo -e "${idsCL[Red]} Node is online, but SSH is down!${idsCL[Default]}" else - echo -e "${idsCL[Red]} - Node is down! ${idsCL[Default]}" + echo -e "${idsCL[Red]} Node is down! ${idsCL[Default]}" fi fi # SENDNOTICE "${NM_HOSTNAMES[${nip}]}[${nip}]" "${NM_HOSTNAMES[${nip}]}[${nip}] is down" 1 @@ -871,9 +871,9 @@ STATUS_NODE(){ if [ "${STATUS_ACTION}" != "check" ]; then if [ "${checkhost}" != "false" ]; then - echo -e "${idsCL[LightRed]} - Node SSH has been down for $(SHOW_TIME ${toterrtime}) ${idsCL[LightYellow]}${LH}${idsCL[Default]}" + echo -e "${idsCL[LightRed]} Node SSH has been down for $(SHOW_TIME ${toterrtime}) ${idsCL[LightYellow]}${LH}${idsCL[Default]}" else - echo -e "${idsCL[LightRed]} - Node has been down for $(SHOW_TIME ${toterrtime}) ${idsCL[LightYellow]}${LH}${idsCL[Default]}" + echo -e "${idsCL[LightRed]} Node has been down for $(SHOW_TIME ${toterrtime}) ${idsCL[LightYellow]}${LH}${idsCL[Default]}" fi fi # if [ ${NM_ENABLE_RENOTIFY} -eq 1 ] && [ ! -f ${NM_TMPFOLDER}/${nip}.disable ] && ([ "${nip}" = "10.2.1.5" ] || [[ "${nip}" != *"10.2."* ]] || ([[ "${nip}" = *"10.2."* ]] && [ ! -f ${PW_TMPFOLDER}/OFF-vMS-Host1.down ])) && [ -f ${NM_TMPFOLDER}/${nip}.sent ] && [ $(expr $(date +%s) - $(stat -c %Y ${NM_TMPFOLDER}/${nip}.sent)) -gt ${NM_RENOTIFY_TIMEOUT} ]; then