Update temp.inc.sh
This commit is contained in:
@@ -594,15 +594,13 @@ CHECKTEMP(){
|
||||
echo -e "${idsCL[Default]}"
|
||||
fi
|
||||
|
||||
elif [ "${SENSOR}" == "iDS-vMS-Host6" ] && [[ "${sensorname}" = *"Inlet"* ]]; then
|
||||
echo
|
||||
echo -e "${idsCL[LightCyan]} ${sensorname}${spc}${idsCL[Default]}: ${idsCL[LightYellow]}PSU is not compatible${idsCL[Default]}"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
((t++))
|
||||
done
|
||||
if [ "${TTYPE}" == "fans" ] && [[ "${PW_ESXI_FANSPEEDCONTROL_HOSTS}" != *"${PW_HOST_IDRACS[${SENSOR}]}"* ]]; then
|
||||
echo -e "${idsCL[LightCyan]} System Board Exhaust ${idsCL[Default]}: ${idsCL[LightYellow]}PSU is not compatible${idsCL[Default]}"
|
||||
echo -e " Fans are not managed for this host"
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user