Werk #18344: mssql_connections: Fix bug in cluster aggregation
| Component | Checks & agents | ||||||
| Title | mssql_connections: Fix bug in cluster aggregation | ||||||
| Date | Nov 5, 2025 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
When a clustered service for this plugin was configured, it was incorrectly returning results. This result reported zero connections for nodes on which the service was not discovered. This led to clustered services reporting results from multiple nodes, when only results from one host were available.
With this change the plugin does not report a result from nodes without that service. The clustered service only shows the result from the nodes where the service is actually present.