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

Duplicated nanosecond value for vmware eventlog items

XMLWordPrintable

      Currently we have a check to avoid duplicated nanoseconds for a few values of a Vmware eventlog item in case of same timestamp. But in case of log items ns could be filled with duplicated data before the check will be performed:

      static void     DCcheck_ns(zbx_timespec_t *ts)
      {
              if (ts->ns >= 0)
                      return;
      ....
      

            Unassigned Unassigned
            dotneft Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: