17f0217f30
Add configurations for the following chassis elements Fabrics 7804R3-FM, 7808R3-FM and 7808R3A-FM Linecard 7800R3-48CQ2 Supervisor 7800-SUP*
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"thermal_control_algorithm": {
|
|
"run_at_boot_up": "true",
|
|
"fan_speed_when_suspend": "70"
|
|
},
|
|
"info_types": [
|
|
{
|
|
"type": "control_info"
|
|
},
|
|
{
|
|
"type": "fan_info"
|
|
},
|
|
{
|
|
"type": "thermal_info"
|
|
}
|
|
],
|
|
"policies": [
|
|
{
|
|
"name": "any thermal critical",
|
|
"conditions": [
|
|
{
|
|
"type": "thermal.any.critical"
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"type": "fan.all.set_speed",
|
|
"speed": "100"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "any thermal overheat",
|
|
"conditions": [
|
|
{
|
|
"type": "thermal.any.overheat"
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"type": "fan.all.set_speed",
|
|
"speed": "100"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "normal operations",
|
|
"conditions": [
|
|
{
|
|
"type": "normal"
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"type": "thermal_control.control"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|