-
Problem report
-
Resolution: Fixed
-
Major
-
3.0.22, 3.4.14, 4.0.0, 4.2.0alpha1
-
Sprint 44, Sprint 45
-
0.25
By design VMware collector is supposed to remove from cache services that are not accessed for a day. By implementation it doesn't:
- if (FAIL != (index = zbx_vector_ptr_search(&vmware->services, &service, ZBX_DEFAULT_PTR_COMPARE_FUNC))) + if (FAIL != (index = zbx_vector_ptr_search(&vmware->services, service, ZBX_DEFAULT_PTR_COMPARE_FUNC)))
Also a day of inactivity is surely an overkill. An hour would be enough.