mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Adding helper config for local connections for idrac fan controller (#381)
* Adding helper config for local connections * Pointing the repository to selfhosters * Adding 3rd party boolean flag parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false. --------- Co-authored-by: Nate Harris <nwithan8@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>Dell iDRAC Fan Controller</Name>
|
||||
<Repository>tigerblue77/dell_idrac_fan_controller</Repository>
|
||||
<Repository>selfhosters/unRAID-CA-templates</Repository>
|
||||
<Registry>https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/</Registry>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
@@ -17,11 +17,16 @@
|
||||
IDRAC_PASSWORD parameter is only necessary if you're adressing a distant iDRAC. Default value is "calvin".
|
||||
FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimaladecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%).
|
||||
CPU_TEMPERATURE_TRESHOLD 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).
|
||||
CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).
</Overview>
|
||||
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.
|
||||
ipmi tool installation help: https://forums.unraid.net/topic/129200-plug-in-nerdtools/ for installation and check this link for missing ipmi
|
||||
ipmi tool can't find /dev/ipmi0?: https://serverfault.com/questions/480371/ipmitool-cant-find-dev-ipmi0-or-dev-ipmidev-0
</Overview>
|
||||
<Config Name="IDRAC_HOST" Target="IDRAC_HOST" Default="local" Mode="" Description="IDRAC_HOST parameter can be set to local or to your distant iDRAC's IP address. Default value is local" Type="Variable" Display="always" Required="false" Mask="false">local</Config>
|
||||
<Config Name="FAN_SPEED" Target="FAN_SPEED" Default="5" Mode="" Description="FAN_SPEED parameter can be set as a decimal (from 0 to 100%) or hexadecimaladecimal value (from 0x00 to 0x64) you want to set the fans to. Default value is 5(%)." Type="Variable" Display="always" Required="false" Mask="false">5</Config>
|
||||
<Config Name="CPU_TEMPERATURE_TRESHOLD" Target="CPU_TEMPERATURE_TRESHOLD" Default="50" Mode="" Description="CPU_TEMPERATURE_TRESHOLD 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)." Type="Variable" Display="always" Required="false" Mask="false">50</Config>
|
||||
<Config Name="CHECK_INTERVAL" Target="CHECK_INTERVAL" Default="60" Mode="" Description="CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s). " Type="Variable" Display="always" Required="false" Mask="false">60</Config>
|
||||
<Config Name="IDRAC_USERNAME" Target="IDRAC_USERNAME" Default="root" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">root</Config>
|
||||
<Config Name="IDRAC_PASSWORD" Target="IDRAC_PASSWORD" Default="calvin" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">calvin</Config>
|
||||
</Container>
|
||||
<Config Name="DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE" Target="DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE" Default="false" Mode="" Description="parameter is a boolean that allows to disable third-party PCIe card Dell default cooling response. Default value is false." Type="Variable" Display="always" Required="false" Mask="false">false</Config>
|
||||
<Config Name="ipmi device" Target="" Default="/dev/ipmi0" Mode="" Description="Keep only if you are using a local connection and not a LAN connection. This will require your system to have ipmitool installed." Type="Device" Display="always" Required="false" Mask="false">/dev/ipmi0</Config>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user