Skip to content

Commit

Permalink
[device] Update sensors conf on DX010 (#1430)
Browse files Browse the repository at this point in the history
Update sensors configuration file. Add threshold to PSU sensors values.
  • Loading branch information
pphuchar authored and lguohan committed Mar 23, 2018
1 parent 830e1dd commit c083532
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion device/celestica/x86_64-cel_seastone-r0/sensors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,33 @@ chip "dps460-i2c-*-5a"
label temp3 "Power Supply 1 temp sensor 3"
ignore fan2
ignore fan3
ignore in2

set in1_max 240
set in1_min 100
set in1_crit 264
set in1_lcrit 90
set in3_max 12.6
set in3_min 11.4
set in3_crit 13.0
set in3_lcrit 11.0

chip "dps460-i2c-*-5b"
label temp1 "Power Supply 2 temp sensor 1"
label temp2 "Power Supply 2 temp sensor 2"
label temp3 "Power Supply 2 temp sensor 3"
ignore fan2
ignore fan3
ignore in2

set in1_max 240
set in1_min 100
set in1_crit 264
set in1_lcrit 90
set in3_max 12.6
set in3_min 11.4
set in3_crit 13.0
set in3_lcrit 11.0

# These sensors located on Main Switch Board.
chip "dx010_lm75b-i2c-*-48"
Expand All @@ -41,4 +61,4 @@ chip "dx010_lm75b-i2c-*-48"
chip "dx010_lm75b-i2c-*-4e"
label temp1 "Rear-panel temp sensor 2"
set temp1_max 43
set temp1_max_hyst 28
set temp1_max_hyst 28

0 comments on commit c083532

Please sign in to comment.