Werk #19807: bi_aggregation: Fix state aggregation
| Component | Checks & agents | ||||
| Title | bi_aggregation: Fix state aggregation | ||||
| Date | May 13, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Previously, the check plugin performed an additional state aggregation based on the collected WARN and CRIT states. This circumvented the state restriction from the BI aggregation rule. So, while the expected state was displayed in the BI tree, the service created by the check plugin could show a different one.
This change ensures that the service state is the state calculated by the BI aggregation.