From b7293a7103fdd1deb6387d3488edf535325cd398 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 6 Jan 2024 09:44:02 -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 f850903..fa34e07 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -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