Skip to content

Commit c083532

Browse files
pphucharlguohan
authored andcommitted
[device] Update sensors conf on DX010 (#1430)
Update sensors configuration file. Add threshold to PSU sensors values.
1 parent 830e1dd commit c083532

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

device/celestica/x86_64-cel_seastone-r0/sensors.conf

+21-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,33 @@ chip "dps460-i2c-*-5a"
88
label temp3 "Power Supply 1 temp sensor 3"
99
ignore fan2
1010
ignore fan3
11+
ignore in2
12+
13+
set in1_max 240
14+
set in1_min 100
15+
set in1_crit 264
16+
set in1_lcrit 90
17+
set in3_max 12.6
18+
set in3_min 11.4
19+
set in3_crit 13.0
20+
set in3_lcrit 11.0
1121

1222
chip "dps460-i2c-*-5b"
1323
label temp1 "Power Supply 2 temp sensor 1"
1424
label temp2 "Power Supply 2 temp sensor 2"
1525
label temp3 "Power Supply 2 temp sensor 3"
1626
ignore fan2
1727
ignore fan3
28+
ignore in2
29+
30+
set in1_max 240
31+
set in1_min 100
32+
set in1_crit 264
33+
set in1_lcrit 90
34+
set in3_max 12.6
35+
set in3_min 11.4
36+
set in3_crit 13.0
37+
set in3_lcrit 11.0
1838

1939
# These sensors located on Main Switch Board.
2040
chip "dx010_lm75b-i2c-*-48"
@@ -41,4 +61,4 @@ chip "dx010_lm75b-i2c-*-48"
4161
chip "dx010_lm75b-i2c-*-4e"
4262
label temp1 "Rear-panel temp sensor 2"
4363
set temp1_max 43
44-
set temp1_max_hyst 28
64+
set temp1_max_hyst 28

0 commit comments

Comments
 (0)