fbd4e452c7
Update Innovium configs + Add new platforms supporting Innovium chips
9 lines
278 B
Bash
Executable File
9 lines
278 B
Bash
Executable File
#!/bin/bash
|
|
docker exec -i pmon sensors "$@"
|
|
|
|
#To probe sensors not part of lm-sensors
|
|
if [ -r /usr/local/bin/cameo_esc601_sensors.py ]; then
|
|
python /usr/local/bin/cameo_esc601_sensors.py fan_status
|
|
python /usr/local/bin/cameo_esc601_sensors.py sensor_status
|
|
fi
|