diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8f254a9e..d4b3d274 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -154,6 +154,7 @@ case "$1" in fi for srvc in "${SERVICES2[@]}" do + echo "${nip} - checking ${srvc}" if [ "${STATUS_CHECK_EMAIL}" != "" ]; then if [ $(${NCMD} pgrep ${srvc} | wc -l) -lt "1" ]; then echo "${NM_SERVICES[${srvc}]} is down" | mail -s "iDS-Node${nid}-${nip}" ${STATUS_CHECK_EMAIL}