You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ docker run -d \
81
81
-e CPU_TEMPERATURE_THRESHOLD=<decimal temperature threshold> \
82
82
-e CHECK_INTERVAL=<seconds between each check> \
83
83
-e DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE=<true or false> \
84
+
-e KEEP_THIRD_PARTY_PCIE_CARD_COOLING_RESPONSE_STATE_ON_EXIT=<true or false> \
84
85
--device=/dev/ipmi0:/dev/ipmi0:rw \
85
86
tigerblue77/dell_idrac_fan_controller:latest
86
87
```
@@ -98,6 +99,7 @@ docker run -d \
98
99
-e CPU_TEMPERATURE_THRESHOLD=<decimal temperature threshold> \
99
100
-e CHECK_INTERVAL=<seconds between each check> \
100
101
-e DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE=<true or false> \
102
+
-e KEEP_THIRD_PARTY_PCIE_CARD_COOLING_RESPONSE_STATE_ON_EXIT=<true or false> \
101
103
tigerblue77/dell_idrac_fan_controller:latest
102
104
```
103
105
@@ -119,6 +121,7 @@ services:
119
121
- CPU_TEMPERATURE_THRESHOLD=<decimal temperature threshold>
120
122
- CHECK_INTERVAL=<seconds between each check>
121
123
- DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE=<true or false>
124
+
- KEEP_THIRD_PARTY_PCIE_CARD_COOLING_RESPONSE_STATE_ON_EXIT=<true or false>
122
125
devices:
123
126
- /dev/ipmi0:/dev/ipmi0:rw
124
127
```
@@ -141,6 +144,7 @@ services:
141
144
- CPU_TEMPERATURE_THRESHOLD=<decimal temperature threshold>
142
145
- CHECK_INTERVAL=<seconds between each check>
143
146
- DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE=<true or false>
147
+
- KEEP_THIRD_PARTY_PCIE_CARD_COOLING_RESPONSE_STATE_ON_EXIT=<true or false>
144
148
```
145
149
146
150
<p align="right">(<a href="#top">back to top</a>)</p>
@@ -157,6 +161,7 @@ All parameters are optional as they have default values (including default iDRAC
157
161
- `CPU_TEMPERATURE_THRESHOLD`parameter is the T°junction (junction temperature) threshold beyond which the Dell fan mode defined in your BIOS will become active again (to protect the server hardware against overheat). **Default** value is 50(°C).
158
162
- `CHECK_INTERVAL`parameter is the time (in seconds) between each temperature check and potential profile change. **Default** value is 60(s).
159
163
- `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.
164
+
- `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.
160
165
161
166
<p align="right">(<a href="#top">back to top</a>)</p>
0 commit comments