This commit is contained in:
2026-03-01 16:42:50 -06:00
parent 7abee39c1f
commit 9ca1331405
2 changed files with 0 additions and 4 deletions

View File

@@ -58,7 +58,6 @@ if [ -f ${NM_FOLDER}/conf/defaults.local.inc ]; then
# printf "[%s]\n" "${NM_NODE_TYPES[@]}" # printf "[%s]\n" "${NM_NODE_TYPES[@]}"
for ntype in "${NM_NODE_TYPES[@]}"; do for ntype in "${NM_NODE_TYPES[@]}"; do
echo "NEW ARRAY: ${ntype}_HOSTS"
arr ${ntype}_HOSTS arr ${ntype}_HOSTS
arr ${ntype}_SERVICES_CHECK arr ${ntype}_SERVICES_CHECK
arr ${ntype}_DOCKERS_CHECK arr ${ntype}_DOCKERS_CHECK

View File

@@ -510,9 +510,7 @@ STATUS_NODE(){
fi fi
DIVIDER . lightYellow ${DV_LEN}; echo -en "${idsST[Reset]}" DIVIDER . lightYellow ${DV_LEN}; echo -en "${idsST[Reset]}"
fi fi
echo "HERE1: ${NODETYPE} - ${!NTHOSTS} - ${PROX_HOSTS[@]}"
for nip in "${!NTHOSTS}"; do for nip in "${!NTHOSTS}"; do
echo $nip
if [ "${STATUS_ACTION}" != "check" ]; then if [ "${STATUS_ACTION}" != "check" ]; then
echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[Default]}" echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[Default]}"
[ "${STATUS_ACTION}" != "report" ] && echo -en " - Verifying Host..." [ "${STATUS_ACTION}" != "report" ] && echo -en " - Verifying Host..."
@@ -536,7 +534,6 @@ STATUS_NODE(){
checkhost=true checkhost=true
checkhostssh=ok checkhostssh=ok
fi fi
echo "HERE: '${checkhost}' '${checkhostssh}'"
if [ "${checkhost}" != "false" ] && [ "${checkhostssh}" == "ok" ]; then if [ "${checkhost}" != "false" ] && [ "${checkhostssh}" == "ok" ]; then
if [ ! -f ${STATUSRUN_TMPFOLDER}/.${nip}.up ]; then if [ ! -f ${STATUSRUN_TMPFOLDER}/.${nip}.up ]; then