Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-14972

Data from non-monitored VMware services are not removed from vmware cache

XMLWordPrintable

    • 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.

            MVekslers Michael Veksler
            wiper Andris Zeila
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: