2a551d3c60
( All device-specific files now reside under /device directory in a <vendor-name>/<platform-string>/<hardware-SKU> directory structure in repo. * Device-specific files are now packaged into a Debian package (sonic-device-data) and are now installed to /usr/share/sonic/device/<platform-string>/<hardware-SKU>/ directory on switch.
80 lines
1.7 KiB
Plaintext
80 lines
1.7 KiB
Plaintext
# libsensors configuration file
|
|
# ----------------------------------------------
|
|
#
|
|
|
|
bus "i2c-2" "SCD SMBus master 0 bus 0"
|
|
bus "i2c-3" "SCD SMBus master 0 bus 1"
|
|
bus "i2c-5" "SCD SMBus master 0 bus 3"
|
|
bus "i2c-6" "SCD SMBus master 0 bus 4"
|
|
bus "i2c-7" "SCD SMBus master 0 bus 5"
|
|
|
|
chip "k10temp-pci-00c3"
|
|
label temp1 "Cpu temp sensor"
|
|
|
|
chip "lm73-i2c-3-48"
|
|
label temp1 "Rear Temp Sensor"
|
|
set temp1_max 65
|
|
#set temp1_max_alarm 75 # read-only
|
|
|
|
chip "lm86-i2c-2-4c"
|
|
label temp1 "Board Temp Sensor"
|
|
set temp1_max 65
|
|
set temp1_crit 75
|
|
|
|
label temp2 "Front-panel Temp Sensor"
|
|
set temp2_max 65
|
|
set temp2_crit 75
|
|
|
|
chip "pmbus-i2c-3-4e"
|
|
label temp1 "Power Controller Sensor 1"
|
|
set temp1_max 60
|
|
set temp1_crit 70
|
|
|
|
label temp2 "Power Controller Sensor 2"
|
|
set temp2_max 60
|
|
set temp2_crit 70
|
|
|
|
ignore curr1
|
|
|
|
chip "pmbus-i2c-5-58"
|
|
label temp1 "Power Supply 1 Sensor 1"
|
|
set temp1_max 60
|
|
set temp1_crit 70
|
|
|
|
label temp2 "Power Supply 1 Sensor 2"
|
|
set temp2_max 60
|
|
set temp2_crit 70
|
|
|
|
ignore temp3
|
|
|
|
set in1_max 250
|
|
set in1_crit 255
|
|
set power1_max 525
|
|
set power2_max 460
|
|
set power2_crit 462
|
|
set curr1_max 5.28
|
|
set curr1_crit 5.30
|
|
set curr2_max 36
|
|
set curr2_crit 37
|
|
|
|
chip "pmbus-i2c-6-58"
|
|
label temp1 "Power Supply 2 Sensor 1"
|
|
set temp1_max 60
|
|
set temp1_crit 70
|
|
|
|
label temp2 "Power Supply 2 Sensor 2"
|
|
set temp2_max 60
|
|
set temp2_crit 70
|
|
|
|
ignore temp3
|
|
|
|
set in1_max 250
|
|
set in1_crit 255
|
|
set power1_max 525
|
|
set power2_max 460
|
|
set power2_crit 462
|
|
set curr1_max 5.28
|
|
set curr1_crit 5.30
|
|
set curr2_max 36
|
|
set curr2_crit 37
|