Skip to content

Commit b54d787

Browse files
paavaananyxieca
paavaanan
authored andcommitted
[devices]: DellEMC S6100/Z9100 sensor.conf update (sonic-net#2861)
1 parent dc2fb74 commit b54d787

File tree

4 files changed

+42
-10
lines changed

4 files changed

+42
-10
lines changed

device/dell/x86_64-dell_s6100_c2538-r0/sensors.conf

+21-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ label power2 "PSU1 Output Power"
44
label power3 "PSU2 Input Power"
55
label power4 "PSU2 Output Power"
66
label temp14 "PSU1 Temp"
7-
label temp15 "PSU1 Temp"
7+
label temp15 "PSU2 Temp"
8+
label curr601 "PSU1 Input Current"
9+
label curr602 "PSU1 Output Current"
10+
label curr701 "PSU2 Input Current"
11+
label curr702 "PSU2 Output Current"
812
ignore temp12
913
ignore temp13
14+
ignore in101
15+
ignore in102
16+
ignore in103
17+
ignore in104
18+
ignore in201
19+
ignore in202
20+
ignore in203
21+
ignore in204
22+
ignore in301
23+
ignore in302
24+
ignore in303
25+
ignore in304
26+
ignore in401
27+
ignore in402
28+
ignore in403
29+
ignore in404

device/dell/x86_64-dell_z9100_c2538-r0/sensors.conf

+21-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,29 @@ label power2 "PSU1 Output Power"
44
label power3 "PSU2 Input Power"
55
label power4 "PSU2 Output Power"
66
label temp14 "PSU1 Temp"
7-
label temp15 "PSU1 Temp"
7+
label temp15 "PSU2 Temp"
8+
label curr601 "PSU1 Input Current"
9+
label curr602 "PSU1 Output Current"
10+
label curr701 "PSU2 Input Current"
11+
label curr702 "PSU2 Output Current"
812
ignore temp12
913
ignore temp13
1014
ignore temp5
1115
ignore temp7
1216
ignore temp8
17+
ignore in101
18+
ignore in102
19+
ignore in103
20+
ignore in104
21+
ignore in201
22+
ignore in202
23+
ignore in203
24+
ignore in204
25+
ignore in301
26+
ignore in302
27+
ignore in303
28+
ignore in304
29+
ignore in401
30+
ignore in402
31+
ignore in403
32+
ignore in404
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
#!/bin/bash
22
docker exec -i pmon sensors "$@"
33

4-
#To probe sensors not part of lm-sensors
5-
if [ -r /usr/local/bin/platform_sensors.py ]; then
6-
python /usr/local/bin/platform_sensors.py
7-
fi
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
#!/bin/bash
22
docker exec -i pmon sensors "$@"
33

4-
#To probe sensors not part of lm-sensors
5-
if [ -r /usr/local/bin/platform_sensors.py ]; then
6-
python /usr/local/bin/platform_sensors.py
7-
fi

0 commit comments

Comments
 (0)