ID: 1102
Title: esx_vsphere_counters: now raise a MKCounterWrapped exception if counter data
is missing
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i6
Sometimes the ESX Host does not report valid counter ids.<br>
It may look like <br>
<pre>
<id>
<counterId>-2147483645</counterId>
<instance>84</instance>
</id>
<pre>
If this happens the <tt><<<esx_vsphere_counters>>></tt>
section in the agent is empty.
Any checks which relied on this section are now able to handle this scenario by raising a
MKCounterWrappedException.
Therefore these checks will no longer go UNKNOWN, but stale...
Show replies by date