Update nodemgmt-scripts.sh
This commit is contained in:
@@ -206,7 +206,7 @@ STATUS-CHECK(){
|
|||||||
done
|
done
|
||||||
if [ "${timeout}" != "true" ]; then
|
if [ "${timeout}" != "true" ]; then
|
||||||
rm -f ${FOLDER}/${nip}-${rcheck}.down
|
rm -f ${FOLDER}/${nip}-${rcheck}.down
|
||||||
elif [ ! -f ${FOLDER}/${nip}-${rcheck}.down ]
|
elif [ ! -f ${FOLDER}/${nip}-${rcheck}.down ]; then
|
||||||
touch ${FOLDER}/${nip}-${rcheck}.down
|
touch ${FOLDER}/${nip}-${rcheck}.down
|
||||||
echo "Timeout occurred in waiting for replication between primary node and iDS-Node${nid} (${nip}) for the replicated folder of '${rcheck}'." | mail -s "Status-Check" ${STATUS_CHECK_EMAIL}
|
echo "Timeout occurred in waiting for replication between primary node and iDS-Node${nid} (${nip}) for the replicated folder of '${rcheck}'." | mail -s "Status-Check" ${STATUS_CHECK_EMAIL}
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user