sonic-buildimage/src/system-health
Junchao-Mellanox 47002230a2 Check fan speed before check fan status (#6586)
**- Why I did it**
In thermalctd, when speed of fan exceeds threshold, the fan status will be saved as "bad". So in system health, it is better to check fan speed before fan status. In this case, if fan speed exceeds threshold, we get more detailed information.

**- How I did it**
Move fan speed check logic before fan status check

**- How to verify it**
Manual test
2021-02-03 10:43:48 -08:00
..
health_checker Check fan speed before check fan status (#6586) 2021-02-03 10:43:48 -08:00
scripts [system-health] Convert to Python 3 (#5886) 2020-12-29 14:04:09 -08:00
tests [system-health] Convert to Python 3 (#5886) 2020-12-29 14:04:09 -08:00
.gitignore [system-health] Update .gitignore file (#5688) 2020-10-22 11:58:27 -07:00
pytest.ini [system-health] Add support for monitoring system health (#4835) 2020-10-12 11:12:49 +03:00
setup.cfg [system-health] Add support for monitoring system health (#4835) 2020-10-12 11:12:49 +03:00
setup.py [system-health] Convert to Python 3 (#5886) 2020-12-29 14:04:09 -08:00