Update status.new.inc

This commit is contained in:
2023-12-05 23:23:35 -06:00
parent ed38c42d52
commit df388c246f

View File

@@ -133,7 +133,7 @@ STATUSNEW(){
for NTYPE in "${ntypesel[@]}"; do
STATUS_NODE
STATUS_NODE ${NTYPE}
done
@@ -425,9 +425,7 @@ STATUS_NODE(){
hosts=${NODETYPE}_HOSTS[@]
var=${NODETYPE}_HOSTS[@]
echo "HERE: ${NODETYPE} - ${!var}"
if ([[ ! -v ${NODETYPE}_DOCKERS_CHECK ]] && [ "${ST_ACTION}" == "dockers" ]) || ([ "${NM_SERVICES_CHECK[${NODETYPE}]}" == "" ] && [ "${ST_ACTION}" == "services" ]); then
GOFORCHECK=false;
else