Werk #19949: Fix crash in Jenkins Memory check when metric value is not a number
| Component | Checks & agents | ||||||
| Title | Fix crash in Jenkins Memory check when metric value is not a number | ||||||
| Date | May 7, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Previously, the Memory service on Jenkins hosts could crash when Jenkins reported a "NaN" string value for a JVM memory pool metric. This has now been fixed. Non-numeric memory values are now silently skipped instead of causing an error.