Skip to content

Commit

Permalink
Add p2 meru800bia devices to sensor_service.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aalamsi22 committed Sep 18, 2024
1 parent 400de2f commit b8c8929
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions fboss/platform/configs/meru800bia/sensor_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,78 @@
"compute": "@/1000.0",
"type": 3
},
"SMB_J3_BOARD_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp1_input",
"thresholds": {
"upperCriticalVal": 90.0,
"maxAlarmVal": 85.0
},
"compute": "@/1000.0",
"type": 3
},
"SMB_J3_DIODE_CORE_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp2_input",
"thresholds": {
"upperCriticalVal": 135.0,
"maxAlarmVal": 120.0
},
"compute": "@/1000.0",
"type": 3
},
"SMB_J3_DIODE_FAB0_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp3_input",
"thresholds": {
"upperCriticalVal": 135.0,
"maxAlarmVal": 120.0
},
"compute": "@/1000.0",
"type": 3
},
"SMB_J3_DIODE_FAB1_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp4_input",
"thresholds": {
"upperCriticalVal": 135.0,
"maxAlarmVal": 120.0
},
"compute": "@/1000.0",
"type": 3
},
"SMB_J3_DIODE_NIF0_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp5_input",
"thresholds": {
"upperCriticalVal": 135.0,
"maxAlarmVal": 120.0
},
"compute": "@/1000.0",
"type": 3
},
"SMB_J3_DIODE_NIF1_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp6_input",
"thresholds": {
"upperCriticalVal": 135.0,
"maxAlarmVal": 120.0
},
"compute": "@/1000.0",
"type": 3
},
"SMB_J3_DIODE_HBM0_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp7_input",
"thresholds": {
"upperCriticalVal": 135.0,
"maxAlarmVal": 120.0
},
"compute": "@/1000.0",
"type": 3
},
"SMB_J3_DIODE_HBM1_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp8_input",
"thresholds": {
"upperCriticalVal": 135.0,
"maxAlarmVal": 120.0
},
"compute": "@/1000.0",
"type": 3
},
"FAN_BOARD_TEMP": {
"path": "/run/devmap/sensors/FAN_TMP75/temp1_input",
"thresholds": {
Expand Down Expand Up @@ -394,6 +466,15 @@
},
"compute": "@/1000.0",
"type": 3
},
"SMB_MGMT_INLET_TEMP": {
"path": "/run/devmap/sensors/SMB_MGMT_TMP75/temp1_input",
"thresholds": {
"upperCriticalVal": 75.0,
"maxAlarmVal": 70.0
},
"compute": "@/1000.0",
"type": 3
}
},
"FAN1": {
Expand Down

0 comments on commit b8c8929

Please sign in to comment.