From 257323286f115a20e1833d606a69db264f3cabb8 Mon Sep 17 00:00:00 2001 From: Brandon Chuang Date: Fri, 14 Feb 2025 12:42:41 -0800 Subject: [PATCH] minipack3n: Initial config for sensor_service (#320) Summary: Add `sensor_service.json` for the minipack3n sensor_service. ** Description ** - Include all sensor devices in `sensor_service.json` for minipack3n. - This configuration has been tested on minipack3n. Pull Request resolved: https://github.com/facebook/fboss/pull/320 Test Plan: - Run the sensor_service with this configuration on minipack3n. - Validate the generated logs to ensure functionality. [20250214_mp3n_sensor_service_log.txt](https://github.com/user-attachments/files/18795107/20250214_mp3n_sensor_service_log.txt) Reviewed By: somasun Differential Revision: D69661392 Pulled By: kimdo8736 fbshipit-source-id: 5d06dbefcf961899ade6505c59bbbacdddcef9b2 --- .../configs/minipack3n/sensor_service.json | 2584 +++++++++++++++++ 1 file changed, 2584 insertions(+) create mode 100644 fboss/platform/configs/minipack3n/sensor_service.json diff --git a/fboss/platform/configs/minipack3n/sensor_service.json b/fboss/platform/configs/minipack3n/sensor_service.json new file mode 100644 index 0000000000000..e6b74119eaeb4 --- /dev/null +++ b/fboss/platform/configs/minipack3n/sensor_service.json @@ -0,0 +1,2584 @@ +{ + "pmUnitSensorsList": [ + { + "slotPath": "/", + "pmUnitName": "MINIPACK3N_MCB", + "sensors": [ + { + "name": "SMB_LEFT_U94_TEMP", + "sysfsPath": "/run/devmap/sensors/SMB_TSENSOR5/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 85, + "maxAlarmVal": 80 + }, + "compute": "@/1000" + }, + { + "name": "SMB_INLET_U97_TEMP", + "sysfsPath": "/run/devmap/sensors/SMB_TSENSOR2/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 75, + "maxAlarmVal": 70 + }, + "compute": "@/1000" + }, + { + "name": "SMB_BIHIND_SP4_U95_TEMP", + "sysfsPath": "/run/devmap/sensors/SMB_TSENSOR3/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 95, + "maxAlarmVal": 90 + }, + "compute": "@/1000" + }, + { + "name": "SMB_RIGHT_U96_TEMP", + "sysfsPath": "/run/devmap/sensors/SMB_TSENSOR6/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 85, + "maxAlarmVal": 80 + }, + "compute": "@/1000" + }, + { + "name": "CPU_UNCORE_TEMP", + "sysfsPath": "/run/devmap/sensors/CPU_CORE_TEMP/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 100, + "maxAlarmVal": 90 + }, + "compute": "@/1000" + }, + { + "name": "CPU_CORE0_TEMP", + "sysfsPath": "/run/devmap/sensors/CPU_CORE_TEMP/temp2_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 90, + "upperCriticalVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "CPU_CORE1_TEMP", + "sysfsPath": "/run/devmap/sensors/CPU_CORE_TEMP/temp3_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 90, + "upperCriticalVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "CPU_CORE2_TEMP", + "sysfsPath": "/run/devmap/sensors/CPU_CORE_TEMP/temp4_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 90, + "upperCriticalVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "CPU_CORE3_TEMP", + "sysfsPath": "/run/devmap/sensors/CPU_CORE_TEMP/temp5_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 90, + "upperCriticalVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "CPU_CORE4_TEMP", + "sysfsPath": "/run/devmap/sensors/CPU_CORE_TEMP/temp6_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 90, + "upperCriticalVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "CPU_CORE5_TEMP", + "sysfsPath": "/run/devmap/sensors/CPU_CORE_TEMP/temp7_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 90, + "upperCriticalVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "CPU_CORE6_TEMP", + "sysfsPath": "/run/devmap/sensors/CPU_CORE_TEMP/temp8_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 90, + "upperCriticalVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "CPU_CORE7_TEMP", + "sysfsPath": "/run/devmap/sensors/CPU_CORE_TEMP/temp9_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 90, + "upperCriticalVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "FAN1_F_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan1_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 13200, + "maxAlarmVal": 12200, + "minAlarmVal": 3000, + "lowerCriticalVal": 1500 + } + }, + { + "name": "FAN1_R_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan2_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 12400, + "maxAlarmVal": 11400, + "minAlarmVal": 2900, + "lowerCriticalVal": 1400 + } + }, + { + "name": "FAN2_F_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan3_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 12400, + "maxAlarmVal": 11400, + "minAlarmVal": 2900, + "lowerCriticalVal": 1400 + } + }, + { + "name": "FAN2_R_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan4_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 13200, + "maxAlarmVal": 12200, + "minAlarmVal": 3000, + "lowerCriticalVal": 1500 + } + }, + { + "name": "FAN3_F_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan5_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 13200, + "maxAlarmVal": 12200, + "minAlarmVal": 3000, + "lowerCriticalVal": 1500 + } + }, + { + "name": "FAN3_R_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan6_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 12400, + "maxAlarmVal": 11400, + "minAlarmVal": 2900, + "lowerCriticalVal": 1400 + } + }, + { + "name": "FAN4_F_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan7_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 13200, + "maxAlarmVal": 12200, + "minAlarmVal": 3000, + "lowerCriticalVal": 1500 + } + }, + { + "name": "FAN4_R_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan8_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 12400, + "maxAlarmVal": 11400, + "minAlarmVal": 2900, + "lowerCriticalVal": 1400 + } + }, + { + "name": "FAN5_F_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan9_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 13200, + "maxAlarmVal": 12200, + "minAlarmVal": 3000, + "lowerCriticalVal": 1500 + } + }, + { + "name": "FAN5_R_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan10_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 12400, + "maxAlarmVal": 11400, + "minAlarmVal": 2900, + "lowerCriticalVal": 1400 + } + }, + { + "name": "FAN6_F_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan11_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 13200, + "maxAlarmVal": 12200, + "minAlarmVal": 3000, + "lowerCriticalVal": 1500 + } + }, + { + "name": "FAN6_R_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan12_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 12400, + "maxAlarmVal": 11400, + "minAlarmVal": 2900, + "lowerCriticalVal": 1400 + } + }, + { + "name": "FAN7_F_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan13_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 13200, + "maxAlarmVal": 12200, + "minAlarmVal": 3000, + "lowerCriticalVal": 1500 + } + }, + { + "name": "FAN7_R_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan14_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 12400, + "maxAlarmVal": 11400, + "minAlarmVal": 2900, + "lowerCriticalVal": 1400 + } + }, + { + "name": "FAN8_F_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan15_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 13200, + "maxAlarmVal": 12200, + "minAlarmVal": 3000, + "lowerCriticalVal": 1500 + } + }, + { + "name": "FAN8_R_RPM", + "sysfsPath": "/run/devmap/sensors/MCB_FAN_CPLD/fan16_input", + "type": 4, + "thresholds": { + "upperCriticalVal": 12400, + "maxAlarmVal": 11400, + "minAlarmVal": 2900, + "lowerCriticalVal": 1400 + } + }, + { + "name": "MCB_U25_TEMP", + "sysfsPath": "/run/devmap/sensors/MCB_TSENSOR/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 75, + "maxAlarmVal": 70 + }, + "compute": "@/1000" + }, + { + "name": "XP1R0V_IOB_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR9/in0_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.1, + "maxAlarmVal": 1.05, + "minAlarmVal": 0.95, + "lowerCriticalVal": 0.9 + }, + "compute": "@/1000" + }, + { + "name": "XP3R3V_MCB_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR9/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, + "maxAlarmVal": 3.465, + "minAlarmVal": 3.135, + "lowerCriticalVal": 2.97 + }, + "compute": "(8/5)*@/1000" + }, + { + "name": "XP3R3V_FCB_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR9/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, + "maxAlarmVal": 3.465, + "minAlarmVal": 3.135, + "lowerCriticalVal": 2.97 + }, + "compute": "(8/5)*@/1000" + }, + { + "name": "XP1R8V_IOB_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR9/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.98, + "maxAlarmVal": 1.89, + "minAlarmVal": 1.71, + "lowerCriticalVal": 1.62 + }, + "compute": "@/1000" + }, + { + "name": "XP1R2V_IOB_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR9/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.32, + "maxAlarmVal": 1.26, + "minAlarmVal": 1.14, + "lowerCriticalVal": 1.08 + }, + "compute": "@/1000" + }, + { + "name": "XP3R3V_IOB_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR9/in5_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, + "maxAlarmVal": 3.465, + "minAlarmVal": 3.135, + "lowerCriticalVal": 2.97 + }, + "compute": "(8/5)*@/1000" + }, + { + "name": "FAN1_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR1/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6 + }, + "compute": "@/1000" + }, + { + "name": "FAN1_CURRENT", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR1/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 30, + "maxAlarmVal": 15 + }, + "compute": "(1000/1780)*@/1000" + }, + { + "name": "FAN1_POWER", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR1/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 200, + "maxAlarmVal": 180 + }, + "compute": "(1000/1780)*@/1000000" + }, + { + "name": "FAN3_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR2/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6 + }, + "compute": "@/1000" + }, + { + "name": "FAN3_CURRENT", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR2/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 30, + "maxAlarmVal": 15 + }, + "compute": "(1000/1780)*@/1000" + }, + { + "name": "FAN3_POWER", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR2/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 200, + "maxAlarmVal": 180 + }, + "compute": "(1000/1780)*@/1000000" + }, + { + "name": "FAN5_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR3/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6 + }, + "compute": "@/1000" + }, + { + "name": "FAN5_CURRENT", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR3/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 30, + "maxAlarmVal": 15 + }, + "compute": "(1000/1780)*@/1000" + }, + { + "name": "FAN5_POWER", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR3/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 200, + "maxAlarmVal": 180 + }, + "compute": "(1000/1780)*@/1000000" + }, + { + "name": "FAN7_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR4/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6 + }, + "compute": "@/1000" + }, + { + "name": "FAN7_CURRENT", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR4/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 30, + "maxAlarmVal": 15 + }, + "compute": "(1000/1780)*@/1000" + }, + { + "name": "FAN7_POWER", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR4/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 200, + "maxAlarmVal": 180 + }, + "compute": "(1000/1780)*@/1000000" + }, + { + "name": "FAN2_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR5/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6 + }, + "compute": "@/1000" + }, + { + "name": "FAN2_CURRENT", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR5/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 30, + "maxAlarmVal": 15 + }, + "compute": "(1000/1780)*@/1000" + }, + { + "name": "FAN2_POWER", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR5/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 200, + "maxAlarmVal": 180 + }, + "compute": "(1000/1780)*@/1000000" + }, + { + "name": "FAN4_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR6/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6 + }, + "compute": "@/1000" + }, + { + "name": "FAN4_CURRENT", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR6/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 30, + "maxAlarmVal": 15 + }, + "compute": "(1000/1780)*@/1000" + }, + { + "name": "FAN4_POWER", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR6/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 200, + "maxAlarmVal": 180 + }, + "compute": "(1000/1780)*@/1000000" + }, + { + "name": "FAN6_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR7/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6 + }, + "compute": "@/1000" + }, + { + "name": "FAN6_CURRENT", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR7/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 30, + "maxAlarmVal": 15 + }, + "compute": "(1000/1780)*@/1000" + }, + { + "name": "FAN6_POWER", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR7/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 200, + "maxAlarmVal": 180 + }, + "compute": "(1000/1780)*@/1000000" + }, + { + "name": "FAN8_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR8/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6 + }, + "compute": "@/1000" + }, + { + "name": "FAN8_CURRENT", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR8/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 30, + "maxAlarmVal": 15 + }, + "compute": "(1000/1780)*@/1000" + }, + { + "name": "FAN8_POWER", + "sysfsPath": "/run/devmap/sensors/MCB_VOLTAGE_MONITOR8/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 200, + "maxAlarmVal": 180 + }, + "compute": "(1000/1780)*@/1000000" + } + ] + }, + { + "slotPath": "/SCM_SLOT@0/COMESE_SLOT@0", + "pmUnitName": "NETLAKE", + "sensors": [ + { + "name": "COME_PU31_TDA38640_PVNN_PCH_VIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR1/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 15 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU31_TDA38640_PVNN_PCH_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR1/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.4, + "lowerCriticalVal": 0.6 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU31_TDA38640_PVNN_PCH_TEMP", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR1/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 115, + "maxAlarmVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU31_TDA38640_PVNN_PCH_PIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR1/power1_input", + "type": 0, + "compute": "@/1000000" + }, + { + "name": "COME_PU31_TDA38640_PVNN_PCH_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR1/power2_input", + "type": 0, + "compute": "@/1000000" + }, + { + "name": "COME_PU31_TDA38640_PVNN_PCH_IIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR1/curr1_input", + "type": 2, + "compute": "@/1000" + }, + { + "name": "COME_PU31_TDA38640_PVNN_PCH_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR1/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 13 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU32_TDA38640_P1V05_STBY_VIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR2/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 15 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU32_TDA38640_P1V05_STBY_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR2/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.46, + "lowerCriticalVal": 0.66 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU32_TDA38640_P1V05_STBY_TEMP", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR2/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 115, + "maxAlarmVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU32_TDA38640_P1V05_STBY_PIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR2/power1_input", + "type": 0, + "compute": "@/1000000" + }, + { + "name": "COME_PU32_TDA38640_P1V05_STBY_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR2/power2_input", + "type": 0, + "compute": "@/1000000" + }, + { + "name": "COME_PU32_TDA38640_P1V05_STBY_IIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR2/curr1_input", + "type": 2, + "compute": "@/1000" + }, + { + "name": "COME_PU32_TDA38640_P1V05_STBY_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR2/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 20 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU41_TDA38640_1V2_PVDDQ_ABC_CPU_VIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR3/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 15 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU41_TDA38640_1V2_PVDDQ_ABC_CPU_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR3/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.605, + "lowerCriticalVal": 0.805 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU41_TDA38640_1V2_PVDDQ_ABC_CPU_TEMP", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR3/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 150, + "maxAlarmVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU41_TDA38640_1V2_PVDDQ_ABC_CPU_PIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR3/power1_input", + "type": 0, + "compute": "@/1000" + }, + { + "name": "COME_PU41_TDA38640_P1V05_STBY_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR3/power2_input", + "type": 0, + "compute": "@/1000000" + }, + { + "name": "COME_PU41_TDA38640_P1V05_STBY_IIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR3/curr1_input", + "type": 2, + "compute": "@/1000" + }, + { + "name": "COME_PU41_TDA38640_P1V05_STBY_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR3/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 20 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU42_TDA38640_1V2_PVDDQ_ABC_CPU_VIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR4/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 15 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU42_TDA38640_1V2_PVDDQ_ABC_CPU_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR4/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.4, + "lowerCriticalVal": 0.6 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU42_TDA38640_1V2_PVDDQ_ABC_CPU_TEMP", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR4/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 150, + "maxAlarmVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU42_TDA38640_1V2_PVDDQ_ABC_CPU_PIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR4/power1_input", + "type": 0, + "compute": "@/1000" + }, + { + "name": "COME_PU42_TDA38640_P1V05_STBY_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR4/power2_input", + "type": 0, + "compute": "@/1000000" + }, + { + "name": "COME_PU42_TDA38640_P1V05_STBY_IIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR4/curr1_input", + "type": 2, + "compute": "@/1000" + }, + { + "name": "COME_PU42_TDA38640_P1V05_STBY_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR4/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 20 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_VIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 15, + "maxAlarmVal": 14, + "minAlarmVal": 9 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 2.2, + "maxAlarmVal": 2, + "lowerCriticalVal": 1.4 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_VOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 2.2, + "maxAlarmVal": 2, + "lowerCriticalVal": 1.4 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_TEMP", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 115, + "maxAlarmVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_TEMP", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/temp2_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 115, + "maxAlarmVal": 100 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_PIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/power1_input", + "type": 0, + "thresholds": { + "maxAlarmVal": 225 + }, + "compute": "@/1000000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/power2_input", + "type": 0, + "thresholds": { + "maxAlarmVal": 1024 + }, + "compute": "@/1000000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_POUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/power3_input", + "type": 0, + "thresholds": { + "maxAlarmVal": 125 + }, + "compute": "@/1000000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_IIN", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 15, + "maxAlarmVal": 12 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_PVCCIN_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 130, + "maxAlarmVal": 94 + }, + "compute": "@/1000" + }, + { + "name": "COME_PU4_XDPE15284_P1V8_IOUT", + "sysfsPath": "/run/devmap/sensors/COME_VOLTAGE_MONITOR5/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 6, + "maxAlarmVal": 3 + }, + "compute": "@/1000" + } + ] + }, + { + "slotPath": "/FCBBOTTOM_SLOT@0", + "pmUnitName": "MINIPACK3N_FCB_B", + "sensors": [ + { + "name": "FCB_B_U1_TEMP", + "sysfsPath": "/run/devmap/sensors/FCB_B_TSENSOR1/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 75, + "maxAlarmVal": 70 + }, + "compute": "@/1000" + }, + { + "name": "FCB_B_U5_TEMP", + "sysfsPath": "/run/devmap/sensors/FCB_B_TSENSOR2/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 75, + "maxAlarmVal": 70 + }, + "compute": "@/1000" + } + ] + }, + { + "slotPath": "/FCBTOP_SLOT@0", + "pmUnitName": "MINIPACK3N_FCB_T", + "sensors": [ + { + "name": "FCB_T_U1_TEMP", + "sysfsPath": "/run/devmap/sensors/FCB_T_TSENSOR1/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 75, + "maxAlarmVal": 70 + }, + "compute": "@/1000" + }, + { + "name": "FCB_T_U5_TEMP", + "sysfsPath": "/run/devmap/sensors/FCB_T_TSENSOR2/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 75, + "maxAlarmVal": 70 + }, + "compute": "@/1000" + } + ] + }, + { + "slotPath": "/PDBLEFT_SLOT@0", + "pmUnitName": "MINIPACK3N_PDB_L", + "sensors": [ + { + "name": "PDB_L_U1_TEMP", + "sysfsPath": "/run/devmap/sensors/PDB_L_TSENSOR/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 65, + "maxAlarmVal": 60 + }, + "compute": "@/1000" + }, + { + "name": "PSU1_L_VIN", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 305, + "maxAlarmVal": 305, + "minAlarmVal": 90, + "lowerCriticalVal": 90 + }, + "compute": "@/1000" + }, + { + "name": "PSU1_L_12V_MAIN_VOUT", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "PSU1_L_12V_STBY_VOUT", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "PSU1_L_IIN", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/curr1_input", + "type": 2, + "compute": "@/1000" + }, + { + "name": "PSU1_L_12V_MAIN_IOUT", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 250, + "maxAlarmVal": 250 + }, + "compute": "@/1000" + }, + { + "name": "PSU1_L_12V_STBY_IOUT", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 2.5, + "maxAlarmVal": 2.5 + }, + "compute": "@/1000" + }, + { + "name": "PSU1_L_PIN", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 3300, + "maxAlarmVal": 2860 + }, + "compute": "@/1000000" + }, + { + "name": "PSU1_L_12V_MAIN_POUT", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 3000, + "maxAlarmVal": 2600 + }, + "compute": "@/1000000" + }, + { + "name": "PSU1_L_12V_STBY_POUT", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 28, + "maxAlarmVal": 26 + }, + "compute": "@/1000000" + }, + { + "name": "PSU1_FAN_F_RPM", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/fan1_input", + "type": 4 + }, + { + "name": "PSU1_FAN_R_RPM", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/fan2_input", + "type": 4 + }, + { + "name": "PSU1_TEMP1", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/temp1_input", + "type": 3, + "compute": "@/1000" + }, + { + "name": "PSU1_TEMP2", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/temp2_input", + "type": 3, + "compute": "@/1000" + }, + { + "name": "PSU1_TEMP3", + "sysfsPath": "/run/devmap/sensors/PDB_L_PMBUS/temp3_input", + "type": 3, + "compute": "@/1000" + } + ] + }, + { + "slotPath": "/PDBRIGHT_SLOT@0", + "pmUnitName": "MINIPACK3N_PDB_R", + "sensors": [ + { + "name": "PDB_R_U1_TEMP", + "sysfsPath": "/run/devmap/sensors/PDB_R_TSENSOR/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 65, + "maxAlarmVal": 60 + }, + "compute": "@/1000" + }, + { + "name": "PSU2_R_VIN", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 305, + "maxAlarmVal": 305, + "minAlarmVal": 90, + "lowerCriticalVal": 90 + }, + "compute": "@/1000" + }, + { + "name": "PSU2_R_12V_MAIN_VOUT", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "PSU2_L_12V_STBY_VOUT", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "PSU2_R_IIN", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/curr1_input", + "type": 2, + "compute": "@/1000" + }, + { + "name": "PSU2_R_12V_MAIN_IOUT", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 250, + "maxAlarmVal": 250 + }, + "compute": "@/1000" + }, + { + "name": "PSU2_R_12V_STBY_IOUT", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 2.5, + "maxAlarmVal": 2.5 + }, + "compute": "@/1000" + }, + { + "name": "PSU2_R_PIN", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 3300, + "maxAlarmVal": 2860 + }, + "compute": "@/1000000" + }, + { + "name": "PSU2_R_12V_MAIN_POUT", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 3000, + "maxAlarmVal": 2600 + }, + "compute": "@/1000000" + }, + { + "name": "PSU2_R_12V_STBY_POUT", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 28, + "maxAlarmVal": 26 + }, + "compute": "@/1000000" + }, + { + "name": "PSU2_FAN_F_RPM", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/fan1_input", + "type": 4 + }, + { + "name": "PSU2_FAN_R_RPM", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/fan2_input", + "type": 4 + }, + { + "name": "PSU2_TEMP1", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/temp1_input", + "type": 3, + "compute": "@/1000" + }, + { + "name": "PSU2_TEMP2", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/temp2_input", + "type": 3, + "compute": "@/1000" + }, + { + "name": "PSU2_TEMP3", + "sysfsPath": "/run/devmap/sensors/PDB_R_PMBUS/temp3_input", + "type": 3, + "compute": "@/1000" + } + ] + }, + { + "slotPath": "/SCM_SLOT@0", + "pmUnitName": "MINIPACK3N_SCM", + "sensors": [ + { + "name": "COME_U18_INLET_SENSOR_TMP75_TEMP", + "sysfsPath": "/run/devmap/sensors/COME_TSENSOR1/temp1_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 60, + "upperCriticalVal": 65 + }, + "compute": "@/1000" + }, + { + "name": "COME_U39_OUTLET_SENSOR_TMP75_TEMP", + "sysfsPath": "/run/devmap/sensors/COME_TSENSOR2/temp1_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 60, + "upperCriticalVal": 65 + }, + "compute": "@/1000" + }, + { + "name": "SCM_M2_SSD_TEMP", + "sysfsPath": "/run/devmap/sensors/SCM_M2_SSD_TEMP/temp1_input", + "type": 3, + "thresholds": { + "maxAlarmVal": 75, + "upperCriticalVal": 85 + }, + "compute": "@/1000" + }, + { + "name": "SCM_INLET_U36_TEMP", + "sysfsPath": "/run/devmap/sensors/SCM_TSENSOR1/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 60, + "maxAlarmVal": 55 + }, + "compute": "@/1000" + }, + { + "name": "SCM_OUTLET_U37_TEMP", + "sysfsPath": "/run/devmap/sensors/SCM_TSENSOR2/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 65, + "maxAlarmVal": 60 + }, + "compute": "@/1000" + }, + { + "name": "SCM_XP1R5V_OOB_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR1/in0_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.65, + "maxAlarmVal": 1.575, + "minAlarmVal": 1.425, + "lowerCriticalVal": 1.35 + }, + "compute": "@/1000" + }, + { + "name": "SCM_XP3R3V_BMC_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR1/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, + "maxAlarmVal": 3.465, + "minAlarmVal": 3.135, + "lowerCriticalVal": 2.97 + }, + "compute": "(8/5)*@/1000" + }, + { + "name": "SCM_XP3R3V_SSD_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR1/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, + "maxAlarmVal": 3.465, + "minAlarmVal": 3.135, + "lowerCriticalVal": 2.97 + }, + "compute": "(8/5)*@/1000" + }, + { + "name": "SCM_XP2R5V_OOB_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR1/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 2.75, + "maxAlarmVal": 2.625, + "minAlarmVal": 2.375, + "lowerCriticalVal": 2.25 + }, + "compute": "2*@/1000" + }, + { + "name": "SCM_XP1R1V_OOB_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR1/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.21, + "maxAlarmVal": 1.155, + "minAlarmVal": 1.045, + "lowerCriticalVal": 0.99 + }, + "compute": "@/1000" + }, + { + "name": "SCM_XP3R3V_I210_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR1/in5_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, + "maxAlarmVal": 3.465, + "minAlarmVal": 3.135, + "lowerCriticalVal": 2.97 + }, + "compute": "(8/5)*@/1000" + }, + { + "name": "SCM_XP12R0V_COME_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR1/in6_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "(100/9)*@/1000" + }, + { + "name": "SCM_XP5R0V_COME_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR1/in7_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 5.5, + "maxAlarmVal": 5.25, + "minAlarmVal": 4.75, + "lowerCriticalVal": 4.5 + }, + "compute": "5.7*@/1000" + }, + { + "name": "SCM_12V_COME_VOLTAGE", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR2/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6 + }, + "compute": "@/1000" + }, + { + "name": "SCM_12V_COME_CURRENT", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR2/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 15, + "maxAlarmVal": 10 + }, + "compute": "0.274*@/1000" + }, + { + "name": "SCM_12V_COME_POWER", + "sysfsPath": "/run/devmap/sensors/SCM_VOLTAGE_MONITOR2/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 200, + "maxAlarmVal": 180 + }, + "compute": "0.238*@/1000000" + }, + { + "name": "SCM_12V_HSC_PIN", + "sysfsPath": "/run/devmap/sensors/SCM_SENSOR/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 108, + "maxAlarmVal": 96 + }, + "compute": "@/1000000" + }, + { + "name": "SCM_12V_HSC_VIN", + "sysfsPath": "/run/devmap/sensors/SCM_SENSOR/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SCM_12V_HSC_TEMP", + "sysfsPath": "/run/devmap/sensors/SCM_SENSOR/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 60, + "maxAlarmVal": 55 + }, + "compute": "@/1000" + }, + { + "name": "SCM_12V_HSC_IIN", + "sysfsPath": "/run/devmap/sensors/SCM_SENSOR/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 9, + "maxAlarmVal": 8 + }, + "compute": "@/1000" + } + ] + }, + { + "slotPath": "/SMB_SLOT@0", + "pmUnitName": "MINIPACK3N_SMB", + "sensors": [ + { + "name": "XP3R3V_CLK", + "sysfsPath": "/run/devmap/sensors/SMB_VOLTAGE_MONITOR1/in0_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, + "maxAlarmVal": 3.465, + "minAlarmVal": 3.135, + "lowerCriticalVal": 2.97 + }, + "compute": "(8/5)*@/1000" + }, + { + "name": "VDD1V8_VQPS", + "sysfsPath": "/run/devmap/sensors/SMB_VOLTAGE_MONITOR1/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.98, + "maxAlarmVal": 1.89, + "minAlarmVal": 1.71, + "lowerCriticalVal": 1.62 + }, + "compute": "@/1000" + }, + { + "name": "SP4_VDD1V8", + "sysfsPath": "/run/devmap/sensors/SMB_VOLTAGE_MONITOR1/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.98, + "maxAlarmVal": 1.89, + "minAlarmVal": 1.71, + "lowerCriticalVal": 1.62 + }, + "compute": "@/1000" + }, + { + "name": "XP1R1V_DOM_1", + "sysfsPath": "/run/devmap/sensors/SMB_VOLTAGE_MONITOR1/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.21, + "maxAlarmVal": 1.155, + "minAlarmVal": 1.045, + "lowerCriticalVal": 0.99 + }, + "compute": "@/1000" + }, + { + "name": "XP2R5V_DOM_1", + "sysfsPath": "/run/devmap/sensors/SMB_VOLTAGE_MONITOR1/in4_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 2.75, + "maxAlarmVal": 2.635, + "minAlarmVal": 2.375, + "lowerCriticalVal": 2.25 + }, + "compute": "@/1000" + }, + { + "name": "XP1R8V_CLK", + "sysfsPath": "/run/devmap/sensors/SMB_VOLTAGE_MONITOR1/in5_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.98, + "maxAlarmVal": 1.89, + "minAlarmVal": 1.71, + "lowerCriticalVal": 1.62 + }, + "compute": "@/1000" + }, + { + "name": "XP1R1V_DOM_2", + "sysfsPath": "/run/devmap/sensors/SMB_VOLTAGE_MONITOR1/in6_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.21, + "maxAlarmVal": 1.155, + "minAlarmVal": 1.045, + "lowerCriticalVal": 0.99 + }, + "compute": "@/1000" + }, + { + "name": "XP2R5V_DOM_2", + "sysfsPath": "/run/devmap/sensors/SMB_VOLTAGE_MONITOR1/in7_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 2.75, + "maxAlarmVal": 2.635, + "minAlarmVal": 2.375, + "lowerCriticalVal": 2.25 + }, + "compute": "(8/5)*@/1000" + }, + { + "name": "SMB_VDDM_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDDM_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.80625, + "maxAlarmVal": 0.75, + "minAlarmVal": 0.675, + "lowerCriticalVal": 0.64125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDDM_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 580.5, + "maxAlarmVal": 400.14 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDDM_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM1/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 720, + "maxAlarmVal": 624 + }, + "compute": "@/1000" + }, + { + "name": "SMB_HVDD_T03_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_HVDD_T03_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.32, + "maxAlarmVal": 1.26, + "minAlarmVal": 1.14, + "lowerCriticalVal": 1.08 + }, + "compute": "@/1000" + }, + { + "name": "SMB_HVDD_T47_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.32, + "maxAlarmVal": 1.26, + "minAlarmVal": 1.14, + "lowerCriticalVal": 1.08 + }, + "compute": "@/1000" + }, + { + "name": "SMB_HVDD_T03_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 192, + "maxAlarmVal": 168 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_HVDD_T47_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 192, + "maxAlarmVal": 168 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_HVDD_T03_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 160, + "maxAlarmVal": 140 + }, + "compute": "@/1000" + }, + { + "name": "SMB_HVDD_T47_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM2/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 160, + "maxAlarmVal": 140 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_SCC_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_SCC_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.825, + "maxAlarmVal": 0.787, + "minAlarmVal": 0.713, + "lowerCriticalVal": 0.675 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_M_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 1.32, + "maxAlarmVal": 1.26, + "minAlarmVal": 1.14, + "lowerCriticalVal": 1.08 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_SCC_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 60, + "maxAlarmVal": 52.5 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_DVDD_M_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 8.6, + "maxAlarmVal": 3.44 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDD_SCC_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 80, + "maxAlarmVal": 70 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_M_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM3/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 10, + "maxAlarmVal": 4 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T0_1_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM4/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T0_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM4/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.774, + "maxAlarmVal": 0.72, + "minAlarmVal": 0.675, + "lowerCriticalVal": 0.64125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T1_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM4/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.774, + "maxAlarmVal": 0.72, + "minAlarmVal": 0.675, + "lowerCriticalVal": 0.64125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T0_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM4/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 32.4, + "maxAlarmVal": 28.8 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDD_T1_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM4/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 32.4, + "maxAlarmVal": 28.8 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDD_T0_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM4/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 45, + "maxAlarmVal": 40 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T1_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM4/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 45, + "maxAlarmVal": 40 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T2_3_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM5/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T2_3_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM5/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.774, + "maxAlarmVal": 0.72, + "minAlarmVal": 0.675, + "lowerCriticalVal": 0.64125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T3_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM5/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.774, + "maxAlarmVal": 0.72, + "minAlarmVal": 0.675, + "lowerCriticalVal": 0.64125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T2_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM5/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 32.4, + "maxAlarmVal": 28.8 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDD_T3_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM5/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 32.4, + "maxAlarmVal": 28.8 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDD_T2_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM5/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 45, + "maxAlarmVal": 40 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T3_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM5/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 45, + "maxAlarmVal": 40 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T4_5_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM6/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T4_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM6/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.774, + "maxAlarmVal": 0.72, + "minAlarmVal": 0.675, + "lowerCriticalVal": 0.64125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T5_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM6/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.774, + "maxAlarmVal": 0.72, + "minAlarmVal": 0.675, + "lowerCriticalVal": 0.64125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T4_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM6/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 32.4, + "maxAlarmVal": 28.8 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDD_T5_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM6/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 32.4, + "maxAlarmVal": 28.8 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDD_T4_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM6/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 45, + "maxAlarmVal": 40 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T5_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM6/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 45, + "maxAlarmVal": 40 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T6_7_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM7/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T6_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM7/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.774, + "maxAlarmVal": 0.72, + "minAlarmVal": 0.675, + "lowerCriticalVal": 0.64125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T7_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM7/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.774, + "maxAlarmVal": 0.72, + "minAlarmVal": 0.675, + "lowerCriticalVal": 0.64125 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T6_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM7/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 32.4, + "maxAlarmVal": 28.8 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDD_T7_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM7/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 32.4, + "maxAlarmVal": 28.8 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_VDD_T6_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM7/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 45, + "maxAlarmVal": 40 + }, + "compute": "@/1000" + }, + { + "name": "SMB_VDD_T7_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM7/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 45, + "maxAlarmVal": 40 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T0_1_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM8/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T0_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM8/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.903, + "maxAlarmVal": 0.86, + "minAlarmVal": 0.76, + "lowerCriticalVal": 0.722 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T1_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM8/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.903, + "maxAlarmVal": 0.86, + "minAlarmVal": 0.76, + "lowerCriticalVal": 0.722 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T0_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM8/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 34.3, + "maxAlarmVal": 30.1 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_DVDD_T1_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM8/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 34.3, + "maxAlarmVal": 30.1 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_DVDD_T0_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM8/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 40, + "maxAlarmVal": 35 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T1_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM8/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 40, + "maxAlarmVal": 35 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T2_3_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM9/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T2_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM9/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.903, + "maxAlarmVal": 0.86, + "minAlarmVal": 0.76, + "lowerCriticalVal": 0.722 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T3_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM9/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.903, + "maxAlarmVal": 0.86, + "minAlarmVal": 0.76, + "lowerCriticalVal": 0.722 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T2_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM9/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 34.3, + "maxAlarmVal": 30.1 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_DVDD_T3_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM9/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 34.3, + "maxAlarmVal": 30.1 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_DVDD_T2_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM9/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 40, + "maxAlarmVal": 35 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T3_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM9/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 40, + "maxAlarmVal": 35 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T4_5_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM10/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T4_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM10/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.903, + "maxAlarmVal": 0.86, + "minAlarmVal": 0.76, + "lowerCriticalVal": 0.722 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T5_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM10/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.903, + "maxAlarmVal": 0.86, + "minAlarmVal": 0.76, + "lowerCriticalVal": 0.722 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T4_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM10/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 34.3, + "maxAlarmVal": 30.1 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_DVDD_T5_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM10/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 34.3, + "maxAlarmVal": 30.1 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_DVDD_T4_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM10/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 40, + "maxAlarmVal": 35 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T5_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM10/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 40, + "maxAlarmVal": 35 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T6_7_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/SMB_VRM11/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T6_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM11/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.903, + "maxAlarmVal": 0.86, + "minAlarmVal": 0.76, + "lowerCriticalVal": 0.722 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T7_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM11/in3_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 0.903, + "maxAlarmVal": 0.86, + "minAlarmVal": 0.76, + "lowerCriticalVal": 0.722 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T6_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM11/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 34.3, + "maxAlarmVal": 30.1 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_DVDD_T7_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM11/power3_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 34.3, + "maxAlarmVal": 30.1 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_DVDD_T6_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM11/curr2_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 40, + "maxAlarmVal": 35 + }, + "compute": "@/1000" + }, + { + "name": "SMB_DVDD_T7_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/SMB_VRM11/curr3_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 40, + "maxAlarmVal": 35 + }, + "compute": "@/1000" + } + ] + }, + { + "slotPath": "/SMB_SLOT@0/OPTICL_SLOT@0", + "pmUnitName": "3_V_3_L_CARD", + "sensors": [ + { + "name": "SMB_3V3_L_U8_TEMP", + "sysfsPath": "/run/devmap/sensors/SMB_TSENSOR1/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 85, + "maxAlarmVal": 80 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_L_VRM_PIN", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 887, + "maxAlarmVal": 760 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_3V3_L_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_L_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, + "maxAlarmVal": 3.465, + "minAlarmVal": 3.135, + "lowerCriticalVal": 2.97 + }, + "compute": "3*@/1000" + }, + { + "name": "SMB_3V3_L_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 250, + "maxAlarmVal": 214 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_L_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 825, + "maxAlarmVal": 706.2 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_3V3_L_VRM_TEMP", + "sysfsPath": "/run/devmap/sensors/3V3_L_MONITOR/temp1_input", + "type": 3, + "compute": "@/1000" + } + ] + }, + { + "slotPath": "/SMB_SLOT@0/OPTICR_SLOT@0", + "pmUnitName": "3_V_3_R_CARD", + "sensors": [ + { + "name": "SMB_3V3_R_U8_TEMP", + "sysfsPath": "/run/devmap/sensors/SMB_TSENSOR4/temp1_input", + "type": 3, + "thresholds": { + "upperCriticalVal": 85, + "maxAlarmVal": 80 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_R_VRM_PIN", + "sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/power1_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 887, + "maxAlarmVal": 760 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_3V3_R_VRM_POUT", + "sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/power2_input", + "type": 0, + "thresholds": { + "upperCriticalVal": 825, + "maxAlarmVal": 706.2 + }, + "compute": "@/1000000" + }, + { + "name": "SMB_3V3_R_VRM_VIN", + "sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/in1_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 13.2, + "maxAlarmVal": 12.6, + "minAlarmVal": 11.4, + "lowerCriticalVal": 10.8 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_R_VRM_VOUT", + "sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/in2_input", + "type": 1, + "thresholds": { + "upperCriticalVal": 3.63, + "maxAlarmVal": 3.465, + "minAlarmVal": 3.135, + "lowerCriticalVal": 2.97 + }, + "compute": "3*@/1000" + }, + { + "name": "SMB_3V3_R_VRM_IOUT", + "sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/curr1_input", + "type": 2, + "thresholds": { + "upperCriticalVal": 250, + "maxAlarmVal": 214 + }, + "compute": "@/1000" + }, + { + "name": "SMB_3V3_R_VRM_TEMP", + "sysfsPath": "/run/devmap/sensors/3V3_R_MONITOR/temp1_input", + "type": 3, + "compute": "@/1000" + } + ] + } + ] +}