From 0de33b2322f3eef1ac7e8607747f3ae27ce3a385 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 6 Jan 2024 09:47:05 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index bedc665..2fa0f8f 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -395,7 +395,7 @@ GETCRONTABS(){ fi for hostid in "${!host_ip[@]}"; do - echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${host_name[$hostid]}${idsCL[Default]}${idsST[Reset]}" + echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${host_name[$hostid]} - ${host_ip[$hostid]}${idsCL[Default]}${idsST[Reset]}" # checkhost=$(CHECK_HOST ${host_ip[$hostid]}) # if [ "${checkhost}" != "false" ]; then # echo -en "${idsST[Bold]}${idsCL[LightCyan]} ${host_name[$hostid]} - Gathering Crontabs ... ${idsCL[Default]}${idsST[Reset]}"