Update nodemgmt-scripts.sh
This commit is contained in:
@@ -24,10 +24,10 @@ STATUS() {
|
|||||||
idsBG=('')
|
idsBG=('')
|
||||||
idsST=('')
|
idsST=('')
|
||||||
fi
|
fi
|
||||||
echo -e "${idsCL[LightCyan]}Setting up status checks...${idsCL[Default]}"
|
|
||||||
echo
|
|
||||||
declare -i cw; declare -i spc1; declare -i c
|
declare -i cw; declare -i spc1; declare -i c
|
||||||
if [ "${1}" = "" ] || [ "${1}" = "report" ] || [ "${1}" = "repl" ]; then
|
if [ "${1}" = "" ] || [ "${1}" = "report" ] || [ "${1}" = "repl" ]; then
|
||||||
|
echo -e "${idsCL[LightCyan]}Setting up status checks...${idsCL[Default]}"
|
||||||
|
echo
|
||||||
if [ ! -z ${LOCAL_SERVICES+x} ];
|
if [ ! -z ${LOCAL_SERVICES+x} ];
|
||||||
then NHCMD='ssh root@10.5.10.51'
|
then NHCMD='ssh root@10.5.10.51'
|
||||||
else NHCMD=''
|
else NHCMD=''
|
||||||
|
|||||||
Reference in New Issue
Block a user