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`