From 2dd8fea36d6061ee32ad05d34cf9bafb44376d2c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 15:46: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 001e1e91..82629446 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -162,7 +162,7 @@ case "$1" in else SER="${2}" fi if [ $(${NCMD} pgrep ${srvc} | wc -l) -lt "1" ]; then - echo "${SER} is down" | mail -s "iDS-Node${nid}-${nip}" 9208839613@vtext.com + echo "${SER} is down" | mail -s "iDS-Node${nid}-${nip}" alerts2external@schroedercity.com fi done nid=`expr $nid + 1`