Werk #15768: siemens_plc_duration: Fix crash if duration is smaller than a second
Component | Checks & agents |
Title | siemens_plc_duration: Fix crash if duration is smaller than a second |
Date | Jun 28, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0p6 2.1.0p31 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Previously, siemens_plc_duration check would crash if duration was smaller than a second with an error:
ValueError (invalid literal for int() with base 10: '0.05000000074505806')
Now, the check doesn't crash anymore and it's possible to input thresholds smaller than a second in the "Siemens PLC Duration" monitoring rule.