Added option to disable third-party PCIe card default cooling response (#33)

This commit is contained in:
Louis 2023-02-02 21:22:02 +02:00 committed by GitHub
parent 857a3b3fbc
commit f1c47b0a69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 51 additions and 5 deletions

View file

@ -18,5 +18,6 @@ ENV IDRAC_HOST local
ENV FAN_SPEED 5
ENV CPU_TEMPERATURE_TRESHOLD 50
ENV CHECK_INTERVAL 60
ENV DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE false
CMD ["/Dell_iDRAC_fan_controller.sh"]