Adding options for 14gen Dell servers via env var

This commit is contained in:
Sean Cline 2024-11-10 20:27:43 +01:00 committed by Tigerblue77
parent 8610b3bd75
commit 9fbcd12a49
3 changed files with 34 additions and 4 deletions

View file

@ -162,6 +162,7 @@ All parameters are optional as they have default values (including default iDRAC
- `CHECK_INTERVAL` parameter is the time (in seconds) between each temperature check and potential profile change. **Default** value is 60(s).
- `DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE` parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. **Default** value is false.
- `KEEP_THIRD_PARTY_PCIE_CARD_COOLING_RESPONSE_STATE_ON_EXIT` parameter is a boolean that allows to keep the third-party PCIe card Dell default cooling response state upon exit. **Default** value is false, so that it resets the third-party PCIe card Dell default cooling response to Dell default.
- `14_GEN` parameter that disabled 3rd party PCI calls and outputs CPU temperatures correctly for 14th Gen Dell servers, ex Dell r640, 740 series. Must have idrac 3.30.30.30 or older. **Default** value is false.
<p align="right">(<a href="#top">back to top</a>)</p>