From df4b6f24a354d5b31d38089d5e337f2fede456fc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 13:29:44 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4d57b711..65ae4e88 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -216,7 +216,7 @@ STATUS-CHECK(){ rm -f ${FOLDER}/${nip}-${rcheck}.down else 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 '${REPL_DESC[${rcheck}]} (${REPL_CHECKS[${rcheck}]})'." | mail -s "Status-Check" ${STATUS_CHECK_EMAIL} fi done echo