DellEMC S6000 updated sensors.conf (#4568)
Change PSU MAX temperature to 80 degree Change tmp75 sensors default temperature value from 25/50 to 70/80 degree.
This commit is contained in:
parent
17e6b8a6b7
commit
e2e3dde38c
@ -7,8 +7,8 @@
|
||||
# tmp75-i2c-11-4e is an ambient temperature sensor.
|
||||
|
||||
chip "tmp75-*"
|
||||
set temp1_max 50
|
||||
set temp1_max_hyst 25
|
||||
set temp1_max 80
|
||||
set temp1_max_hyst 70
|
||||
|
||||
# emc1403-i2c-10-4d has following temperature sensors:
|
||||
# temp1: CPU0 external Temp Sensor
|
||||
@ -32,5 +32,5 @@ chip "jc42-*"
|
||||
set temp1_crit 85
|
||||
|
||||
chip "dni_dps460-*"
|
||||
set temp1_max 50
|
||||
set temp2_max 50
|
||||
set temp1_max 80
|
||||
set temp2_max 80
|
||||
|
Loading…
Reference in New Issue
Block a user