mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Fix newlines
This commit is contained in:
@@ -1,25 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>
|
||||
Dell iDRAC Fan Controller
|
||||
</Name>
|
||||
<Repository>
|
||||
tigerblue77/dell_idrac_fan_controller
|
||||
</Repository>
|
||||
<Registry>
|
||||
https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/
|
||||
</Registry>
|
||||
<Network>
|
||||
bridge
|
||||
</Network>
|
||||
<Privileged>
|
||||
false
|
||||
</Privileged>
|
||||
<Support>
|
||||
https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/
|
||||
</Support>
|
||||
<Overview>
|
||||
https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker
|
||||
<Name>Dell iDRAC Fan Controller</Name>
|
||||
<Repository>tigerblue77/dell_idrac_fan_controller</Repository>
|
||||
<Registry>https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/</Registry>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/</Support>
|
||||
<Overview>https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker
|
||||

|
||||
https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller/
|
||||

|
||||
@@ -30,24 +17,11 @@
|
||||
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>
|
||||
<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>
|
||||
CHECK_INTERVAL parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).
</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>
|
||||
Reference in New Issue
Block a user