File tree 4 files changed +42
-10
lines changed
x86_64-dell_s6100_c2538-r0
x86_64-dell_z9100_c2538-r0
platform/broadcom/sonic-platform-modules-dell
4 files changed +42
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ label power2 "PSU1 Output Power"
4
4
label power3 "PSU2 Input Power"
5
5
label power4 "PSU2 Output Power"
6
6
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"
8
12
ignore temp12
9
13
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
Original file line number Diff line number Diff line change @@ -4,9 +4,29 @@ label power2 "PSU1 Output Power"
4
4
label power3 "PSU2 Input Power"
5
5
label power4 "PSU2 Output Power"
6
6
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"
8
12
ignore temp12
9
13
ignore temp13
10
14
ignore temp5
11
15
ignore temp7
12
16
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 number Diff line number Diff line change 1
1
#! /bin/bash
2
2
docker exec -i pmon sensors " $@ "
3
3
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 number Diff line number Diff line change 1
1
#! /bin/bash
2
2
docker exec -i pmon sensors " $@ "
3
3
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
You can’t perform that action at this time.
0 commit comments