sonic-buildimage/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/thermal_policy.json

29 lines
577 B
JSON
Raw Normal View History

{
"thermal_control_algorithm": {
"run_at_boot_up": "false"
},
"info_types": [
{
"type": "thermal_info"
},
{
"type": "chassis_info"
}
],
"policies": [
{
"name": "pusblish thermal to platform",
"conditions": [
{
"type": "thermal.chassis.collect"
}
],
"actions": [
{
"type": "thermal.platform.publish"
}
]
}
]
}