Werk #13706: esx_vsphere_counters_diskio: Fix summarized read and write latency
| Component | Checks & agents | ||||
| Title | esx_vsphere_counters_diskio: Fix summarized read and write latency | ||||
| Date | Jan 25, 2022 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
In summary mode, the check plugin esx_vsphere_counters_diskio reported inconsistent read and write latencies. The overall latency is averaged across the individual disks but the read and write latencies were summed up instead of averaged. As of this werk, they are averaged instead.