Update temp.inc.sh

This commit is contained in:
2024-01-09 18:36:31 -06:00
parent 04e32fe007
commit c5b5e55d22

View File

@@ -565,7 +565,7 @@ Previous Temp: ${last_temp}${GAUGESH}"
SENDNOTICE "${PW_HOST_IDRACS[${SENSORa}]} FAN ISSUE?!" "Possible fan issue, currently running at ${FanSpeed}%" 1 SENDNOTICE "${PW_HOST_IDRACS[${SENSORa}]} FAN ISSUE?!" "Possible fan issue, currently running at ${FanSpeed}%" 1
fi fi
fi fi
touch ${PW_TMPFOLDER}/.fancheck.${SENSORa} echo ${FanSpeed} >| ${PW_TMPFOLDER}/.fancheck.${SENSORa}
fi fi
fi fi
@@ -609,7 +609,7 @@ Previous Temp: ${last_temp}${GAUGESH}"
SENDNOTICE "${PW_HOST_IDRACS[${SENSORa}]} SERVER WARM" "Fans not set at 80%" 1 SENDNOTICE "${PW_HOST_IDRACS[${SENSORa}]} SERVER WARM" "Fans not set at 80%" 1
fi fi
fi fi
touch ${PW_TMPFOLDER}/.fancheck.${SENSORa} echo ${FanSpeed} >| ${PW_TMPFOLDER}/.fancheck.${SENSORa}
fi fi
fi fi