description:iDRAC's IP address. Default value is "local".
schema:
type:string
default:""
- variable:IDRAC_USERNAME
label:iDrac Host Name
description:iDrac Username. Default value is "root".
schema:
type:string
default:""
- variable:IDRAC_PASSWORD
label:iDrac Password
description:iDrac Password. Default password is "calvin".
schema:
type:string
private:true
default:""
- variable:FAN_SPEED
label:Fan Speed
description:Fan speed parameter can be set as a decimal (from 0 to 100%). Default value is 5(%).
schema:
type:int
min:0
max:100
default:5
- variable:CPU_TEMPERATURE_THRESHOLD
label:CPU Temperature Thershold
description: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).
schema:
type:int
default:50
- variable:CHECK_INTERVAL
label:Check Interval
description:parameter is the time (in seconds) between each temperature check and potential profile change. Default value is 60(s).