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
a96f9ecee9
commit
c95db04f12
@ -7,8 +7,8 @@
|
|||||||
# tmp75-i2c-11-4e is an ambient temperature sensor.
|
# tmp75-i2c-11-4e is an ambient temperature sensor.
|
||||||
|
|
||||||
chip "tmp75-*"
|
chip "tmp75-*"
|
||||||
set temp1_max 50
|
set temp1_max 80
|
||||||
set temp1_max_hyst 25
|
set temp1_max_hyst 70
|
||||||
|
|
||||||
# emc1403-i2c-10-4d has following temperature sensors:
|
# emc1403-i2c-10-4d has following temperature sensors:
|
||||||
# temp1: CPU0 external Temp Sensor
|
# temp1: CPU0 external Temp Sensor
|
||||||
@ -32,5 +32,5 @@ chip "jc42-*"
|
|||||||
set temp1_crit 85
|
set temp1_crit 85
|
||||||
|
|
||||||
chip "dni_dps460-*"
|
chip "dni_dps460-*"
|
||||||
set temp1_max 50
|
set temp1_max 80
|
||||||
set temp2_max 50
|
set temp2_max 80
|
||||||
|
Loading…
Reference in New Issue
Block a user