From 55c92f96186e0580d28c35ef76e5c1b3215291a4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 19:30:02 -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 68fa3a43..125b5dfe 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -160,7 +160,7 @@ case "$1" in fi if [ "${STATUS_CHECK_EMAIL}" != "" ]; then if [ $(${NCMD} pgrep ${srvc} | wc -l) -lt "1" ]; then - echo "${SER} is down" | mail -s "iDS-Node${nid}" ${STATUS_CHECK_EMAIL} + echo "${SER} is down" | mail -s "iDS-Node${nid}-${nip}" ${STATUS_CHECK_EMAIL} fi fi done