Skip to content

Commit

Permalink
General PM & Sensor config updates and clean up (#208)
Browse files Browse the repository at this point in the history
Summary:
# Description
- Symlinks are now organized in the following order for each PMUnit starting from root:
  - Fpgas
  - I2c Buses
  - SMB Idrpom
  - I2c devices
  - Embedded sensors
  - Xcvrs
  - Spi Devices
- Meru800BFA: Added symlinks to spi devices
- Sensor service configs are sorted based on the order of i2c devices they’re on
-  Removed symlink for "/[IDPROM]" on Meru800BIA as PM handles creating the symlink without a config for it.
- Meru800BIA now uses the lm75 driver instead of tmp75. The tmp75 driver is not compatible with some of the parts sourced from some vendors which can cause unexpected behavior.  The lm75 is a more general driver and avoids any part specific configurations.
- PM configs updated to configure temp sensors overtemp limits

PR includes all changes in the following PRs: #195, #196

# Test

### Meru800BFA:
- Flash devices symlinks
```
# ls -al /run/devmap/flashes/
total 0
drwxr-xr-x 2 root root 140 Aug 27 17:52 .
drwxr-xr-x 9 root root 180 Aug 27 17:13 ..
lrwxrwxrwx 1 root root  17 Aug 27 17:52 SMB_SPI0_MASTER0_DEVICE1 -> /dev/spidev2005.0
lrwxrwxrwx 1 root root  17 Aug 27 17:52 SMB_SPI1_MASTER0_DEVICE1 -> /dev/spidev3005.0
lrwxrwxrwx 1 root root  17 Aug 27 17:52 SMB_SPI2_MASTER0_DEVICE1 -> /dev/spidev4005.0
lrwxrwxrwx 1 root root  17 Aug 27 17:52 SMB_SPI3_MASTER0_DEVICE1 -> /dev/spidev5005.0
lrwxrwxrwx 1 root root  17 Aug 27 17:13 SMB_SPI_MASTER0_DEVICE1 -> /dev/spidev5005.0
```
- PM initializes successfully. Some "failures" are reported but are not caused by this PR.
  - Wrong FAN CPLD firmware  version path. The version files are located under hwmon directories that the check omits. . Likely introduced by 77d10bc
  - Known failure logs due to SCM_IDPROM_P1
```
 Failed to open firmware version file /run/devmap/cplds/FAN0_CPLD/cpld_ver: No such file or directory
 Failed to open firmware version file /run/devmap/cplds/FAN0_CPLD/cpld_sub_ver: No such file or directory
 Reporting firmware version for FAN0_CPLD - version string:0.0 ODS value:0
 Failed to open firmware version file /run/devmap/cplds/FAN1_CPLD/cpld_ver: No such file or directory
 Failed to open firmware version file /run/devmap/cplds/FAN1_CPLD/cpld_sub_ver: No such file or directory
 Reporting firmware version for FAN1_CPLD - version string:0.0 ODS value:0
 Failed to open firmware version file /run/devmap/cplds/FAN2_CPLD/cpld_ver: No such file or directory
 Failed to open firmware version file /run/devmap/cplds/FAN2_CPLD/cpld_sub_ver: No such file or directory
 Reporting firmware version for FAN2_CPLD - version string:0.0 ODS value:0
 Reporting firmware version for MERU800BFA_SMB_CPLD - version string:4.4 ODS value:4004
 Reporting firmware version for MERU800BFA_SMB_FPGA0 - version string:1.19 ODS value:1019
 Reporting firmware version for MERU800BFA_SMB_FPGA1 - version string:1.19 ODS value:1019
 Reporting firmware version for MERU800BFA_SMB_FPGA2 - version string:1.26 ODS value:1026
 Reporting firmware version for MERU800BFA_SMB_FPGA3 - version string:1.23 ODS value:1023
 Reporting firmware version for MERU_SCM_CPLD - version string:4.13 ODS value:4013
 Completed setting up devices with errors
 Failures in PmUnit SCM at /
 1. Failed to create i2c device for SCM_IDPROM_P1 (24c512) at bus: 3, addr: 0x50 with exit status 0
 2. Failed to create a symlink /run/devmap/eeproms/MERU_SCM_EEPROM_P1 for DevicePath /[SCM_IDPROM_P1]. Reason: SCM_IDPROM_P1 is not plugged-in to the platform
```
- sensor_service
```
========================================================
Processed 147 Sensors. 0 Failures.
Using thread manager (resource pools not enabled) on address/port 5970: runtime: thriftFlagNotSet, , thrift flag: false, enable gflag: false, disable gflag: false
Processed 147 Sensors. 0 Failures.
Processed 147 Sensors. 0 Failures.
Processed 147 Sensors. 0 Failures.
```

### Meru800BIA:
- PM initializes successfully. Some "failures" are reported but are not caused by this PR.
  - Wrong FAN CPLD firmware version path. The version files are located under hwmon directories that the check omits. Likely introduced by 77d10bc
  - Known failure logs due to SCM_IDPROM_P1
```
Failed to open firmware version file /run/devmap/cplds/FAN_CPLD/cpld_ver: No such file or directory
Failed to open firmware version file /run/devmap/cplds/FAN_CPLD/cpld_sub_ver: No such file or directory
Reporting firmware version for FAN_CPLD - version string:0.0 ODS value:0
Reporting firmware version for MERU800BIA_SMB_FPGA - version string:4.13 ODS value:4013
Reporting firmware version for MERU_SCM_CPLD - version string:4.13 ODS value:4013
Completed setting up devices with errors
Failures in PmUnit SCM at /
1. Failed to create i2c device for SCM_IDPROM_P1 (24c512) at bus: 3, addr: 0x50 with exit status 0
2. Failed to create a symlink /run/devmap/eeproms/MERU_SCM_EEPROM_P1 for DevicePath /[SCM_IDPROM_P1]. Reason: SCM_IDPROM_P1 is not plugged-in to the platform
```
- sensor_service
```
SMB_J3_BOARD_TEMP: Path=/run/devmap/sensors/SMB_MAX6581/temp1_input, Compute=@/1000.0, FRU=SMB
SMB_J3_DIODE_CORE_TEMP: Path=/run/devmap/sensors/SMB_MAX6581/temp2_input, Compute=@/1000.0, FRU=SMB
SMB_J3_DIODE_FAB0_TEMP: Path=/run/devmap/sensors/SMB_MAX6581/temp3_input, Compute=@/1000.0, FRU=SMB
SMB_J3_DIODE_FAB1_TEMP: Path=/run/devmap/sensors/SMB_MAX6581/temp4_input, Compute=@/1000.0, FRU=SMB
SMB_J3_DIODE_NIF0_TEMP: Path=/run/devmap/sensors/SMB_MAX6581/temp5_input, Compute=@/1000.0, FRU=SMB
SMB_J3_DIODE_NIF1_TEMP: Path=/run/devmap/sensors/SMB_MAX6581/temp6_input, Compute=@/1000.0, FRU=SMB
SMB_J3_DIODE_HBM0_TEMP: Path=/run/devmap/sensors/SMB_MAX6581/temp7_input, Compute=@/1000.0, FRU=SMB
SMB_J3_DIODE_HBM1_TEMP: Path=/run/devmap/sensors/SMB_MAX6581/temp8_input, Compute=@/1000.0, FRU=SMB
SMB_MGMT_INLET_TEMP: Path=/run/devmap/sensors/SMB_MGMT_TMP75/temp1_input, Compute=@/1000.0, FRU=SMB
========================================================
Processed 79 Sensors. 0 Failures.
Using thread manager (resource pools not enabled) on address/port 5970: runtime: thriftFlagNotSet, , thrift flag: false, enable gflag: false, disable gflag: false
Processed 79 Sensors. 0 Failures.
Processed 79 Sensors. 0 Failures.
Processed 79 Sensors. 0 Failures.
```

Pull Request resolved: #208

Reviewed By: kimdo8736

Differential Revision: D61759564

Pulled By: joancaneus

fbshipit-source-id: 38ba3b449637e937ee5e450a9b82c57ad301c570
  • Loading branch information
aalamsi22 authored and facebook-github-bot committed Sep 19, 2024
1 parent 669a123 commit c4e5a10
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 61 deletions.
43 changes: 24 additions & 19 deletions fboss/platform/configs/meru800bfa/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,13 +478,13 @@
"spiMasterConfigs": [
{
"fpgaIpBlockConfig": {
"pmUnitScopedName": "SMB_SPI_MASTER0",
"pmUnitScopedName": "SMB_SPI0_MASTER0",
"deviceName": "spi_master",
"csrOffset": "0x7900"
},
"spiDeviceConfigs": [
{
"pmUnitScopedName": "SMB_SPI_MASTER0_DEVICE1",
"pmUnitScopedName": "SMB_SPI0_MASTER0_DEVICE1",
"chipSelect": 0,
"modalias": "spidev",
"maxSpeedHz": 25000000
Expand Down Expand Up @@ -1380,13 +1380,13 @@
"spiMasterConfigs": [
{
"fpgaIpBlockConfig": {
"pmUnitScopedName": "SMB_SPI_MASTER0",
"pmUnitScopedName": "SMB_SPI1_MASTER0",
"deviceName": "spi_master",
"csrOffset": "0x7900"
},
"spiDeviceConfigs": [
{
"pmUnitScopedName": "SMB_SPI_MASTER0_DEVICE1",
"pmUnitScopedName": "SMB_SPI1_MASTER0_DEVICE1",
"chipSelect": 0,
"modalias": "spidev",
"maxSpeedHz": 25000000
Expand Down Expand Up @@ -2282,13 +2282,13 @@
"spiMasterConfigs": [
{
"fpgaIpBlockConfig": {
"pmUnitScopedName": "SMB_SPI_MASTER0",
"pmUnitScopedName": "SMB_SPI2_MASTER0",
"deviceName": "spi_master",
"csrOffset": "0x7900"
},
"spiDeviceConfigs": [
{
"pmUnitScopedName": "SMB_SPI_MASTER0_DEVICE1",
"pmUnitScopedName": "SMB_SPI2_MASTER0_DEVICE1",
"chipSelect": 0,
"modalias": "spidev",
"maxSpeedHz": 25000000
Expand Down Expand Up @@ -3220,13 +3220,13 @@
"spiMasterConfigs": [
{
"fpgaIpBlockConfig": {
"pmUnitScopedName": "SMB_SPI_MASTER0",
"pmUnitScopedName": "SMB_SPI3_MASTER0",
"deviceName": "spi_master",
"csrOffset": "0x7900"
},
"spiDeviceConfigs": [
{
"pmUnitScopedName": "SMB_SPI_MASTER0_DEVICE1",
"pmUnitScopedName": "SMB_SPI3_MASTER0_DEVICE1",
"chipSelect": 0,
"modalias": "spidev",
"maxSpeedHz": 25000000
Expand Down Expand Up @@ -4114,12 +4114,17 @@
"/run/devmap/i2c-busses/MERU_SCM_CPLD_SMBUS1_CH5": "/[SCM_I2C_MASTER1@5]",
"/run/devmap/i2c-busses/MERU_SCM_CPLD_SMBUS1_CH6": "/[SCM_I2C_MASTER1@6]",
"/run/devmap/i2c-busses/MERU_SCM_CPLD_SMBUS1_CH7": "/[SCM_I2C_MASTER1@7]",
"/run/devmap/eeproms/MERU_SCM_EEPROM_P1": "/[SCM_IDPROM_P1]",
"/run/devmap/eeproms/MERU800BFA_SMB_EEPROM": "/SMB_SLOT@0/[IDPROM]",
"/run/devmap/sensors/CPU_MPS_PMBUS": "/[SCM_MPS_PMBUS]",
"/run/devmap/eeproms/MERU_SCM_EEPROM_P1": "/[SCM_IDPROM_P1]",
"/run/devmap/sensors/CPU_PXM1310_1": "/[SCM_PXM1310_1]",
"/run/devmap/sensors/CPU_PXE1211": "/[SCM_PXE1211]",
"/run/devmap/sensors/CPU_PXM1310_2": "/[SCM_PXM1310_2]",
"/run/devmap/sensors/CPU_CORE_TEMP": "/[CPU_CORE_TEMP]",
"/run/devmap/fpgas/MERU800BFA_SMB_FPGA0": "/SMB_SLOT@0/[SMB_FPGA0]",
"/run/devmap/fpgas/MERU800BFA_SMB_FPGA1": "/SMB_SLOT@0/[SMB_FPGA1]",
"/run/devmap/fpgas/MERU800BFA_SMB_FPGA2": "/SMB_SLOT@0/[SMB_FPGA2]",
"/run/devmap/fpgas/MERU800BFA_SMB_FPGA3": "/SMB_SLOT@0/[SMB_FPGA3]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA0_SMBUS0_CH0": "/SMB_SLOT@0/[SMB_FPGA0_I2C_MASTER0@0]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA0_SMBUS0_CH1": "/SMB_SLOT@0/[SMB_FPGA0_I2C_MASTER0@1]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA0_SMBUS0_CH2": "/SMB_SLOT@0/[SMB_FPGA0_I2C_MASTER0@2]",
Expand Down Expand Up @@ -4160,7 +4165,6 @@
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA0_SMBUS4_CH5": "/SMB_SLOT@0/[SMB_FPGA0_I2C_MASTER4@5]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA0_SMBUS4_CH6": "/SMB_SLOT@0/[SMB_FPGA0_I2C_MASTER4@6]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA0_SMBUS4_CH7": "/SMB_SLOT@0/[SMB_FPGA0_I2C_MASTER4@7]",
"/run/devmap/fpgas/MERU800BFA_SMB_FPGA1": "/SMB_SLOT@0/[SMB_FPGA1]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA1_SMBUS0_CH0": "/SMB_SLOT@0/[SMB_FPGA1_I2C_MASTER0@0]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA1_SMBUS0_CH1": "/SMB_SLOT@0/[SMB_FPGA1_I2C_MASTER0@1]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA1_SMBUS0_CH2": "/SMB_SLOT@0/[SMB_FPGA1_I2C_MASTER0@2]",
Expand Down Expand Up @@ -4201,7 +4205,6 @@
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA1_SMBUS4_CH5": "/SMB_SLOT@0/[SMB_FPGA1_I2C_MASTER4@5]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA1_SMBUS4_CH6": "/SMB_SLOT@0/[SMB_FPGA1_I2C_MASTER4@6]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA1_SMBUS4_CH7": "/SMB_SLOT@0/[SMB_FPGA1_I2C_MASTER4@7]",
"/run/devmap/fpgas/MERU800BFA_SMB_FPGA2": "/SMB_SLOT@0/[SMB_FPGA2]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA2_SMBUS0_CH0": "/SMB_SLOT@0/[SMB_FPGA2_I2C_MASTER0@0]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA2_SMBUS0_CH1": "/SMB_SLOT@0/[SMB_FPGA2_I2C_MASTER0@1]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA2_SMBUS0_CH2": "/SMB_SLOT@0/[SMB_FPGA2_I2C_MASTER0@2]",
Expand Down Expand Up @@ -4242,7 +4245,6 @@
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA2_SMBUS4_CH5": "/SMB_SLOT@0/[SMB_FPGA2_I2C_MASTER4@5]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA2_SMBUS4_CH6": "/SMB_SLOT@0/[SMB_FPGA2_I2C_MASTER4@6]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA2_SMBUS4_CH7": "/SMB_SLOT@0/[SMB_FPGA2_I2C_MASTER4@7]",
"/run/devmap/fpgas/MERU800BFA_SMB_FPGA3": "/SMB_SLOT@0/[SMB_FPGA3]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA3_SMBUS0_CH0": "/SMB_SLOT@0/[SMB_FPGA3_I2C_MASTER0@0]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA3_SMBUS0_CH1": "/SMB_SLOT@0/[SMB_FPGA3_I2C_MASTER0@1]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA3_SMBUS0_CH2": "/SMB_SLOT@0/[SMB_FPGA3_I2C_MASTER0@2]",
Expand Down Expand Up @@ -4283,9 +4285,7 @@
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA3_SMBUS4_CH5": "/SMB_SLOT@0/[SMB_FPGA3_I2C_MASTER4@5]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA3_SMBUS4_CH6": "/SMB_SLOT@0/[SMB_FPGA3_I2C_MASTER4@6]",
"/run/devmap/i2c-busses/MERU800BFA_SMB_FPGA3_SMBUS4_CH7": "/SMB_SLOT@0/[SMB_FPGA3_I2C_MASTER4@7]",
"/run/devmap/eeproms/MERU800BFA_SMB_EEPROM": "/SMB_SLOT@0/[IDPROM]",
"/run/devmap/cplds/MERU800BFA_SMB_CPLD": "/SMB_SLOT@0/[SMB_CPLD]",
"/run/devmap/sensors/CPU_CORE_TEMP": "/[CPU_CORE_TEMP]",
"/run/devmap/sensors/SMB_MAX6581": "/SMB_SLOT@0/[SMB_MAX6581]",
"/run/devmap/sensors/SMB_TMP75": "/SMB_SLOT@0/[SMB_TMP75]",
"/run/devmap/sensors/SMB_RAA228926_R3R0_CORE": "/SMB_SLOT@0/[SMB_RAA228926_R3R0_CORE]",
Expand All @@ -4298,6 +4298,7 @@
"/run/devmap/sensors/SMB_ISL68226_OSFP_TR": "/SMB_SLOT@0/[SMB_ISL68226_OSFP_TR]",
"/run/devmap/sensors/SMB_ISL68226_OSFP_BL": "/SMB_SLOT@0/[SMB_ISL68226_OSFP_BL]",
"/run/devmap/sensors/SMB_ISL68226_OSFP_BR": "/SMB_SLOT@0/[SMB_ISL68226_OSFP_BR]",
"/run/devmap/sensors/SMB_UCD90320": "/SMB_SLOT@0/[SMB_UCD90320]",
"/run/devmap/sensors/FAN0_TMP75": "/SMB_SLOT@0/[FAN0_TMP75]",
"/run/devmap/cplds/FAN0_CPLD": "/SMB_SLOT@0/[FAN0_CPLD]",
"/run/devmap/sensors/FAN_CPLD0": "/SMB_SLOT@0/[FAN0_CPLD]",
Expand All @@ -4307,10 +4308,6 @@
"/run/devmap/sensors/FAN2_TMP75": "/SMB_SLOT@0/[FAN2_TMP75]",
"/run/devmap/cplds/FAN2_CPLD": "/SMB_SLOT@0/[FAN2_CPLD]",
"/run/devmap/sensors/FAN_CPLD2": "/SMB_SLOT@0/[FAN2_CPLD]",
"/run/devmap/sensors/PSU1_PMBUS": "/SMB_SLOT@0/PSU_SLOT@0/[PSU_PMBUS]",
"/run/devmap/sensors/PSU2_PMBUS": "/SMB_SLOT@0/PSU_SLOT@1/[PSU_PMBUS]",
"/run/devmap/sensors/PSU3_PMBUS": "/SMB_SLOT@0/PSU_SLOT@2/[PSU_PMBUS]",
"/run/devmap/sensors/PSU4_PMBUS": "/SMB_SLOT@0/PSU_SLOT@3/[PSU_PMBUS]",
"/run/devmap/xcvrs/xcvr_1": "/SMB_SLOT@0/[OSFP_PORT1_XCVR]",
"/run/devmap/xcvrs/xcvr_2": "/SMB_SLOT@0/[OSFP_PORT2_XCVR]",
"/run/devmap/xcvrs/xcvr_3": "/SMB_SLOT@0/[OSFP_PORT3_XCVR]",
Expand Down Expand Up @@ -4438,7 +4435,15 @@
"/run/devmap/xcvrs/xcvr_125": "/SMB_SLOT@0/[OSFP_PORT125_XCVR]",
"/run/devmap/xcvrs/xcvr_126": "/SMB_SLOT@0/[OSFP_PORT126_XCVR]",
"/run/devmap/xcvrs/xcvr_127": "/SMB_SLOT@0/[OSFP_PORT127_XCVR]",
"/run/devmap/xcvrs/xcvr_128": "/SMB_SLOT@0/[OSFP_PORT128_XCVR]"
"/run/devmap/xcvrs/xcvr_128": "/SMB_SLOT@0/[OSFP_PORT128_XCVR]",
"/run/devmap/flashes/SMB_SPI0_MASTER0_DEVICE1": "/SMB_SLOT@0/[SMB_SPI0_MASTER0_DEVICE1]",
"/run/devmap/flashes/SMB_SPI1_MASTER0_DEVICE1": "/SMB_SLOT@0/[SMB_SPI1_MASTER0_DEVICE1]",
"/run/devmap/flashes/SMB_SPI2_MASTER0_DEVICE1": "/SMB_SLOT@0/[SMB_SPI2_MASTER0_DEVICE1]",
"/run/devmap/flashes/SMB_SPI3_MASTER0_DEVICE1": "/SMB_SLOT@0/[SMB_SPI3_MASTER0_DEVICE1]",
"/run/devmap/sensors/PSU1_PMBUS": "/SMB_SLOT@0/PSU_SLOT@0/[PSU_PMBUS]",
"/run/devmap/sensors/PSU2_PMBUS": "/SMB_SLOT@0/PSU_SLOT@1/[PSU_PMBUS]",
"/run/devmap/sensors/PSU3_PMBUS": "/SMB_SLOT@0/PSU_SLOT@2/[PSU_PMBUS]",
"/run/devmap/sensors/PSU4_PMBUS": "/SMB_SLOT@0/PSU_SLOT@3/[PSU_PMBUS]"
},
"bspKmodsRpmName": "arista_bsp_kmods",
"bspKmodsRpmVersion": "0.7.4-1",
Expand Down
94 changes: 74 additions & 20 deletions fboss/platform/configs/meru800bfa/sensor_service.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,24 @@
"compute": "@/1000.0",
"type": 3
},
"R3_0_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp2_input",
"thresholds": {
"upperCriticalVal": 125.0,
"maxAlarmVal": 110.0
},
"compute": "@/1000.0",
"type": 3
},
"R3_1_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp3_input",
"thresholds": {
"upperCriticalVal": 125.0,
"maxAlarmVal": 110.0
},
"compute": "@/1000.0",
"type": 3
},
"SMB_BOARD_REAR_RIGHT_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp5_input",
"thresholds": {
Expand Down Expand Up @@ -530,7 +548,7 @@
"compute": "@/1000.0",
"type": 3
},
"SMB_VRM_R3R1_ANLG0_TEMP0V75": {
"SMB_VRM_R3R1_ANLG0_TEMP_0V75": {
"path": "/run/devmap/sensors/SMB_ISL68226_R3R1_ANLG0/temp2_input",
"thresholds": {
"upperCriticalVal": 120.0,
Expand Down Expand Up @@ -593,7 +611,7 @@
"compute": "@/1000.0",
"type": 3
},
"SMB_VRM_R3R1_ANLG1_TEMP0V75": {
"SMB_VRM_R3R1_ANLG1_TEMP_0V75": {
"path": "/run/devmap/sensors/SMB_ISL68226_R3R1_ANLG1/temp2_input",
"thresholds": {
"upperCriticalVal": 120.0,
Expand Down Expand Up @@ -719,6 +737,60 @@
"compute": "@/1000.0",
"type": 3
},
"SMB_DPM_12V": {
"path": "/run/devmap/sensors/SMB_UCD90320/in1_input",
"thresholds": {
"upperCriticalVal": 14.4,
"lowerCriticalVal": 9.6
},
"compute": "@/1000.0",
"type": 1
},
"SMB_DPM_3V3_DKR": {
"path": "/run/devmap/sensors/SMB_UCD90320/in2_input",
"thresholds": {
"upperCriticalVal": 3.96,
"lowerCriticalVal": 2.64
},
"compute": "@/1000.0",
"type": 1
},
"SMB_DPM_1V9_DKR": {
"path": "/run/devmap/sensors/SMB_UCD90320/in3_input",
"thresholds": {
"upperCriticalVal": 2.16,
"lowerCriticalVal": 1.44
},
"compute": "@/1000.0",
"type": 1
},
"SMB_DPM_1V2_DKR": {
"path": "/run/devmap/sensors/SMB_UCD90320/in4_input",
"thresholds": {
"upperCriticalVal": 1.44,
"lowerCriticalVal": 0.96
},
"compute": "@/1000.0",
"type": 1
},
"SMB_DPM_3V3": {
"path": "/run/devmap/sensors/SMB_UCD90320/in7_input",
"thresholds": {
"upperCriticalVal": 3.96,
"lowerCriticalVal": 2.64
},
"compute": "@/1000.0",
"type": 1
},
"SMB_DPM_5V0": {
"path": "/run/devmap/sensors/SMB_UCD90320/in8_input",
"thresholds": {
"upperCriticalVal": 6.0,
"lowerCriticalVal": 4.0
},
"compute": "@/1000.0",
"type": 1
},
"FAN_BOARD0_TEMP": {
"path": "/run/devmap/sensors/FAN0_TMP75/temp1_input",
"thresholds": {
Expand All @@ -745,24 +817,6 @@
},
"compute": "@/1000.0",
"type": 3
},
"R3_0_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp2_input",
"thresholds": {
"upperCriticalVal": 125.0,
"maxAlarmVal": 110.0
},
"compute": "@/1000.0",
"type": 3
},
"R3_1_TEMP": {
"path": "/run/devmap/sensors/SMB_MAX6581/temp3_input",
"thresholds": {
"upperCriticalVal": 125.0,
"maxAlarmVal": 110.0
},
"compute": "@/1000.0",
"type": 3
}
},
"FAN1": {
Expand Down
Loading

0 comments on commit c4e5a10

Please sign in to comment.