diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index dbda97d3..6173cba8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1076,6 +1076,8 @@ DOWNLIST(){ ditem=${ditem//.down} host=${ditem%%.*} item=${ditem#*.} + + echo "HERE: $item" if [[ $ditem == *"."* ]] && [ "${NM_SERVICES[${item}]}" != "" ]; then itemname=${NM_SERVICES[${ditem#*-}]}