From 711aab1c7933c24375d7a9c6856c29103e8c3b88 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 20:37:42 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a75a211d..03b25547 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -166,6 +166,7 @@ STATUS() { } STATUS-CHECK(){ + echo "running" start=`date +%s` if [ "${STATUS_CHECK_EMAIL}" != "" ]; then if [ ! -z ${LOCAL_SERVICES+x} ]; then NHCMD='ssh root@10.5.10.51'