2020-03-09 12:41:10 -05:00
|
|
|
{
|
|
|
|
"thermal_control_algorithm": {
|
|
|
|
"run_at_boot_up": "false",
|
|
|
|
"fan_speed_when_suspend": "60"
|
|
|
|
},
|
|
|
|
"info_types": [
|
|
|
|
{
|
|
|
|
"type": "fan_info"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "psu_info"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "chassis_info"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"policies": [
|
|
|
|
{
|
|
|
|
"name": "any fan absence",
|
|
|
|
"conditions": [
|
|
|
|
{
|
|
|
|
"type": "fan.any.absence"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "fan.all.set_speed",
|
|
|
|
"speed": "100"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "any psu absence",
|
|
|
|
"conditions": [
|
|
|
|
{
|
|
|
|
"type": "psu.any.absence"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "fan.all.set_speed",
|
|
|
|
"speed": "100"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-04-21 10:09:53 -05:00
|
|
|
{
|
|
|
|
"name": "any fan broken",
|
|
|
|
"conditions": [
|
|
|
|
{
|
|
|
|
"type": "fan.any.fault"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "fan.all.set_speed",
|
|
|
|
"speed": "100"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-03-09 12:41:10 -05:00
|
|
|
{
|
|
|
|
"name": "all fan and psu presence",
|
|
|
|
"conditions": [
|
|
|
|
{
|
|
|
|
"type": "fan.all.presence"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "psu.all.presence"
|
2020-04-21 10:09:53 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fan.all.good"
|
2020-03-09 12:41:10 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"actions": [
|
|
|
|
{
|
2022-01-19 03:44:37 -06:00
|
|
|
"type": "thermal.recover",
|
2020-03-09 12:41:10 -05:00
|
|
|
"status": "true"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|