f01076ea2a
Why I did it Added Support for Dell EMC S5212f platform How I did it Implemented the support for Dell EMC S5212f platform Platform: x86_64-dellemc_s5212f_c3538-r0 HwSKU: DellEMC-S5212f-P-25G ASIC: broadcom ASIC Count: 1 How to verify it Verified the show command outputs
9 lines
248 B
Bash
Executable File
9 lines
248 B
Bash
Executable File
#!/bin/bash
|
|
docker exec -i pmon sensors "$@"
|
|
docker exec -i pmon /usr/bin/platform_sensors.py "$@"
|
|
|
|
#To probe sensors not part of lm-sensors
|
|
#if [ -r /usr/local/bin/platform_sensors.py ]; then
|
|
# python /usr/local/bin/platform_sensors.py
|
|
#fi
|