Werk #14592: PSU Capacity Levels: Remove error message during discovery
Komponente | Checks & agents |
Titel | PSU Capacity Levels: Remove error message during discovery |
Datum | 10.03.2023 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.3.0b1 2.2.0b1 2.1.0p25 2.0.0p35 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
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.