Werk #15639: Predictive Levels: Suppress levels if standard deviation is undefined
Component | Checks & agents |
Title | Predictive Levels: Suppress levels if standard deviation is undefined |
Date | Aug 25, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0p9 2.1.0p34 2.0.0p39 |
Level | Prominent Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
This change affects users of the option from .
are computed by considering every data point matching the configured reference period. If there is only a single data point available, the standard deviation is undefined. Previously, since the standard deviation was unavailable, Checkmk would use the absolute value of the reference value. In particular, if the reference value was 0, then this would result in a CRIT.
With this Werk, no levels are applied, if the standard deviation is undefined.