Werk #18051: esx_vsphere_datastore_io: Discard metrics with negative values
Component | Checks & agents | ||||||
Title | esx_vsphere_datastore_io: Discard metrics with negative values | ||||||
Date | May 9, 2025 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
If an ESX host or vCenter cannot obtain data for a metric, this lack of data is indicated by the value "-1". Without handling such values they caused a ValueError in the check plugin.
For individual datastores, the check rsult is simply set to UNKNOWN.
For the datastore summary, such items are excluded from the aggregation.