From 9ca133140588fdc50bf6d7773894adf4e6949f67 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Mar 2026 16:42:50 -0600 Subject: [PATCH] update --- defaults.inc | 1 - inc/status.inc | 3 --- 2 files changed, 4 deletions(-) diff --git a/defaults.inc b/defaults.inc index 3d135475..783f32ea 100755 --- a/defaults.inc +++ b/defaults.inc @@ -58,7 +58,6 @@ if [ -f ${NM_FOLDER}/conf/defaults.local.inc ]; then # printf "[%s]\n" "${NM_NODE_TYPES[@]}" for ntype in "${NM_NODE_TYPES[@]}"; do - echo "NEW ARRAY: ${ntype}_HOSTS" arr ${ntype}_HOSTS arr ${ntype}_SERVICES_CHECK arr ${ntype}_DOCKERS_CHECK diff --git a/inc/status.inc b/inc/status.inc index 40503480..a39a70be 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -510,9 +510,7 @@ STATUS_NODE(){ fi DIVIDER . lightYellow ${DV_LEN}; echo -en "${idsST[Reset]}" fi - echo "HERE1: ${NODETYPE} - ${!NTHOSTS} - ${PROX_HOSTS[@]}" for nip in "${!NTHOSTS}"; do - echo $nip if [ "${STATUS_ACTION}" != "check" ]; then echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[Default]}" [ "${STATUS_ACTION}" != "report" ] && echo -en " - Verifying Host..." @@ -536,7 +534,6 @@ STATUS_NODE(){ checkhost=true checkhostssh=ok fi - echo "HERE: '${checkhost}' '${checkhostssh}'" if [ "${checkhost}" != "false" ] && [ "${checkhostssh}" == "ok" ]; then if [ ! -f ${STATUSRUN_TMPFOLDER}/.${nip}.up ]; then