Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-16 17:49:23 -06:00
parent 54ad40699c
commit 9b1b50dd98

View File

@@ -141,6 +141,7 @@ STATUS(){
rm -f ${FOLDER}/${nip}.down; rm -f ${FOLDER}/${nip}.errtime
echo "iDS-Node${nid} is back UP! It was down for $(SHOW_TIME ${toterrtime})" | mail -s "iDS-Node${nid}-${nip}-UP" ${STATUS_CHECK_EMAIL}
fi
declare -p NODE_SERVICES
for srvc in "${NODE_SERVICES[@]}"; do
if [ "${ST_ACTION}" != "check" ]; then
c=0; cw=22; spc=''