Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2987
blobde82ec481d8186aa56c7684cb020f3bcf64d25a1
1 Title: esx_vsphere_counters: Improved accuracy of all counter values
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i4
6 Date: 1454407189
7 Class: fix
9 In the previous versions the esx_vsphere_counter checks only got
10 the last real time sample from the ESX system, which always represents
11 a fixed interval of 20 seconds.<br>
12 With this update the agent vsphere now queries the last n-samples.
13 The number of samples is determined out of the agents check interval.<br>
14 Some of the counter checks have been rewritten to handle the increased
15 amount of data. Most of the values are simply processed to an average value,
16 with the expection of the latency, which uses the maximum value.