Update defaults.inc

This commit is contained in:
2026-03-01 16:40:34 -06:00
parent 11a182e307
commit 7abee39c1f

View File

@@ -58,6 +58,7 @@ 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