Werk #15638: Predictive Levels: Supress levels for constant values
Component | Checks & agents |
Title | Predictive Levels: Supress levels for constant values |
Date | Aug 23, 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 the data never changes across these points in time, then the standard deviation is zero. Thus, the predicted levels will precisely equal to the predicted value. Previously, this would result in a CRIT. This happened no matter the levels set via .
While the described behaviour is self-consistent, most of these alarms are undesired and diminish the usefulness of .
With this Werk, no levels are applied, if the standard deviation is zero.