Skip to content

Commit

Permalink
sync meru800bia and meru800biab sensor_service configs
Browse files Browse the repository at this point in the history
  • Loading branch information
aalamsi22 committed Oct 7, 2024
1 parent 57498dd commit 9e33533
Showing 1 changed file with 144 additions and 8 deletions.
152 changes: 144 additions & 8 deletions fboss/platform/configs/meru800biab/sensor_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@
"compute": "@/1000.0",
"type": 3
},
"NVME_COMPOSITE_TEMP": {
"path": "/run/devmap/sensors/NVME_TEMP/temp1_input",
"thresholds": {
"upperCriticalVal": 80.0
},
"compute": "@/1000.0",
"type": 3
},
"SCM_ECB_VIN": {
"path": "/run/devmap/sensors/CPU_MPS_PMBUS/in1_input",
"thresholds": {
Expand All @@ -112,6 +104,150 @@
"path": "/run/devmap/sensors/CPU_MPS_PMBUS/curr1_input",
"compute": "@/1000.0",
"type": 2
},
"SCM_VRM1_VIN": {
"path": "/run/devmap/sensors/CPU_PXM1310_1/in1_input",
"thresholds": {
"upperCriticalVal": 14.4,
"lowerCriticalVal": 9.6
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM1_VOUT_VCCIN": {
"path": "/run/devmap/sensors/CPU_PXM1310_1/in3_input",
"thresholds": {
"upperCriticalVal": 2.16,
"lowerCriticalVal": 1.44
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM1_VOUT_1V8_CPU": {
"path": "/run/devmap/sensors/CPU_PXM1310_1/in4_input",
"thresholds": {
"upperCriticalVal": 2.16,
"lowerCriticalVal": 1.44
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM1_TEMP1": {
"path": "/run/devmap/sensors/CPU_PXM1310_1/temp1_input",
"thresholds": {
"upperCriticalVal": 110.0,
"maxAlarmVal": 105.0
},
"compute": "@/1000.0",
"type": 3
},
"SCM_VRM1_TEMP2": {
"path": "/run/devmap/sensors/CPU_PXM1310_1/temp2_input",
"thresholds": {
"upperCriticalVal": 110.0,
"maxAlarmVal": 105.0
},
"compute": "@/1000.0",
"type": 3
},
"SCM_VRM2_VIN": {
"path": "/run/devmap/sensors/CPU_PXE1211/in1_input",
"thresholds": {
"upperCriticalVal": 14.4,
"lowerCriticalVal": 9.6
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM2_VOUT_1V2_VDDQ": {
"path": "/run/devmap/sensors/CPU_PXE1211/in4_input",
"thresholds": {
"upperCriticalVal": 1.44,
"lowerCriticalVal": 0.96
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM2_VOUT_VNN_NAC": {
"path": "/run/devmap/sensors/CPU_PXE1211/in5_input",
"thresholds": {
"upperCriticalVal": 1.44,
"lowerCriticalVal": 0.48
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM2_VOUT_1V0_CPU": {
"path": "/run/devmap/sensors/CPU_PXE1211/in6_input",
"thresholds": {
"upperCriticalVal": 1.2,
"lowerCriticalVal": 0.8
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM2_TEMP1": {
"path": "/run/devmap/sensors/CPU_PXE1211/temp1_input",
"thresholds": {
"upperCriticalVal": 110.0,
"maxAlarmVal": 105.0
},
"compute": "@/1000.0",
"type": 3
},
"SCM_VRM2_TEMP2": {
"path": "/run/devmap/sensors/CPU_PXE1211/temp2_input",
"thresholds": {
"upperCriticalVal": 110.0,
"maxAlarmVal": 105.0
},
"compute": "@/1000.0",
"type": 3
},
"SCM_VRM3_VIN": {
"path": "/run/devmap/sensors/CPU_PXM1310_2/in1_input",
"thresholds": {
"upperCriticalVal": 14.4,
"lowerCriticalVal": 9.6
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM3_VOUT_1V05_CPU": {
"path": "/run/devmap/sensors/CPU_PXM1310_2/in3_input",
"thresholds": {
"upperCriticalVal": 1.272,
"lowerCriticalVal": 0.848
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM3_VOUT_VNN_PCH": {
"path": "/run/devmap/sensors/CPU_PXM1310_2/in4_input",
"thresholds": {
"upperCriticalVal": 1.44,
"lowerCriticalVal": 0.48
},
"compute": "@/1000.0",
"type": 1
},
"SCM_VRM3_TEMP1": {
"path": "/run/devmap/sensors/CPU_PXM1310_2/temp1_input",
"thresholds": {
"upperCriticalVal": 110.0,
"maxAlarmVal": 105.0
},
"compute": "@/1000.0",
"type": 3
},
"SCM_VRM3_TEMP2": {
"path": "/run/devmap/sensors/CPU_PXM1310_2/temp2_input",
"thresholds": {
"upperCriticalVal": 110.0,
"maxAlarmVal": 105.0
},
"compute": "@/1000.0",
"type": 3
}
},
"SMB": {
Expand Down

0 comments on commit 9e33533

Please sign in to comment.