Update dsmon.sh

This commit is contained in:
2024-01-06 09:44:02 -06:00
parent 69b37ff568
commit b7293a7103

View File

@@ -398,7 +398,7 @@ GETCRONTABS(){
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]}"
ssh -tq root@${host_ip[$hostid]} dsmon get-crontab ${rtpsswd}
# ssh -tq root@${host_ip[$hostid]} dsmon get-crontab ${rtpsswd}
else
echo -e "${idsST[Bold]}${idsCL[Red]} ${host_name[$hostid]} - Timeout${idsCL[Default]}${idsST[Reset]}"
fi