Werk #14592: PSU Capacity Levels: Remove error message during discovery
Component | Checks & agents | ||||||||
Title | PSU Capacity Levels: Remove error message during discovery | ||||||||
Date | Mar 10, 2023 | ||||||||
Level | Trivial Change | ||||||||
Class | Bug Fix | ||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||
Checkmk versions & editions |
|
During discovery the following error could occur
Invalid check parameter: PSU Capacity Levels: The value 80 has type int, but must be of type float
Variable: checkgroup_parameters:hw_psu
Parameters:
{'levels': (80, 90)}
This error is cosmetic in nature and does not affect the behaviour of the check. This werk fixes the issue.