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.
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
# libsensors configuration file
|
|
# --------------------------------------------------
|
|
#
|
|
|
|
# tmp75-i2c-11-4c has sensors close to Networking ASIC.
|
|
# tmp75-i2c-11-4d has sensors close to NIC.
|
|
# tmp75-i2c-11-4e is an ambient temperature sensor.
|
|
|
|
chip "tmp75-*"
|
|
set temp1_max 50
|
|
set temp1_max_hyst 25
|
|
|
|
# emc1403-i2c-10-4d has following temperature sensors:
|
|
# temp1: CPU0 external Temp Sensor
|
|
# temp2: CPU1 external Temp Sensor
|
|
# temp3: CPU Internal DTS (Internal die, max of all die readings)
|
|
|
|
chip "emc1403-*"
|
|
set temp1_crit 85
|
|
set temp1_max 50
|
|
set temp2_crit 85
|
|
set temp2_max 50
|
|
set temp3_crit 85
|
|
set temp3_max 50
|
|
|
|
chip "max6620-i2c-*-2a"
|
|
ignore fan3
|
|
ignore fan4
|
|
|
|
chip "w83627dhg-*"
|
|
label in0 "VCore 1"
|
|
label in1 "VCore 2"
|
|
set in0_min 0
|
|
set in0_max 1.74
|
|
set in1_min 0
|
|
set in1_max 1.74
|
|
ignore fan1
|
|
ignore fan2
|
|
ignore fan3
|
|
ignore fan4
|
|
ignore fan5
|
|
ignore in4
|
|
ignore in5
|
|
ignore in6
|
|
ignore temp1
|
|
ignore temp2
|
|
ignore temp3
|
|
ignore cpu0_vid
|
|
ignore intrusion0
|
|
|
|
chip "jc42-*"
|
|
set temp1_max 50
|
|
set temp1_crit 85
|
|
|
|
chip "dni_dps460-*"
|
|
set temp1_max 50
|
|
set temp2_max 50
|