60a7f4d653
* Switch Vendor: DellEMC * Switch SKU: s5248F * ASIC Vendor: Broadcom * Swich ASIC: Trident3 * Port Configuration: 48x25G,4x100G,2x200G * SONiC Image: sonic-broadcom.bin * Changes Include ipmitool implementation for platform_sensors script is inclued in pmon startup * Added 25G,10G configruation(25G is default) 1-48FP. 4x100G,2x200G (49-54 FP) * LED support for s5248f
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
|