Update status.inc
This commit is contained in:
@@ -419,13 +419,13 @@ STATUS_NODE(){
|
||||
if [ ${GOFORCHECK} = true ]; then
|
||||
|
||||
if [ "${ST_ACTION}" != "check" ]; then
|
||||
echo -en "${idsST[Bold]}"; DIVIDER
|
||||
echo -e "${idsST[Bold]}"; DIVIDER
|
||||
if [ "${ST_ACTION}" == "dockers" ]; then
|
||||
echo -e "${idsCL[LightYellow]} ${NM_NODETYPES[$NTYPE]}-Node Docker Status${idsCL[Default]}"
|
||||
else
|
||||
echo -e "${idsCL[LightYellow]} ${NM_NODETYPES[$NTYPE]}-Node Service Status${idsCL[Default]}"
|
||||
fi
|
||||
DIVIDER . lightYellow; echo -e "${idsST[Reset]}"
|
||||
DIVIDER . lightYellow; echo -en "${idsST[Reset]}"
|
||||
fi
|
||||
for nip in "${!NTHOSTS}"; do
|
||||
if [ "${ST_ACTION}" != "check" ]; then
|
||||
|
||||
Reference in New Issue
Block a user