This commit is contained in:
2024-06-01 12:52:46 -05:00
parent 688c880bfc
commit 0bb59bff4d
2 changed files with 11 additions and 3 deletions

View File

@@ -909,7 +909,11 @@ fi
#SENDTEMP ${2}
# OFFSITE_SENDPOWER "OFFSITE POWER Service Startup TEST"
#AVERAGETEMP "ServerRoomTH" ${2}
CHECKTEMPSENSOR ${2}
vHOSTFANS=($(ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${PW_RACADM_ACCESS} racadm -r 10.10.2.27 -u ${PW_ESXI_USER} -p "'${PW_ESXI_PASS}'" getsensorinfo | grep "System Board Fan" 2>&1))
for hostfan in ${vHOSTFANS[@]}; do
echo "${hostfan}"
done
;;
iscsi-vm-shutdown)