-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thermalctld no longer adds 'speed_tolerance' to the Redis database #395
Comments
@spilkey-cisco Could you help me to fix this issue? |
Speed tolerance is no longer a required field or method for vendors to implement, as it has been replaced by is_under_speed and is_over_speed. health_checker.py should be updated to use these new APIs instead of hard-coding calculations for speed_min_th and speed_max_th. |
I can open a PR for this shortly. |
Sorry, do you mean you will open a PR for health_checker.py , right? |
Do you mean |
Yes. So, please let me know if you open a PR to fix |
Hi, i want to know why we should delete 'speed_tolerance' field?
Cause as i know, the command 'show system-health summary' will call the file 'hardware_checker.py' which is at master branch, and it will get the 'speed_tolerance' from Redis database.
If we delete the 'speed_tolerance', an error will be generated when using the command 'show system-health summary'
The text was updated successfully, but these errors were encountered: