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

Global correlation doesn't work if events are created at the same time.

XMLWordPrintable

    • Team C
    • Sprint 4, Sprint 5
    • 2

      Global correlation doesn't work if events are created at the same time.

      To reproduce:

      1. Create test item with key:
      test
      and type Zabbix trapper
      2. Create anoter test item with key:
      test2
      and type Zabbix trapper
      2. Create two triggers. both with exactly the same expression:

      {host:test.last()}=0
      

      add Tag called 'Test' with no value.

      3. Create another trigger with expression:

      {host:test2.last()}=0
      

      add Tag called 'Test' with no value.

      4.Create global correlation rule:
      with conditions:

      and action: 'close new event'

      5. Now , from console run zabbix_sender cli:

      zabbix_sender -z 127.0.0.1 -s "Zabbix server" -k test -o 0
      

      you would see that both triggers are created active .

      NOT CORRELATED as expected!

      6. Now run:

      zabbix_sender -z 127.0.0.1 -s "Zabbix server" -k test2 -o 0
      

      Because of time delay between 5 and 6, you would see that new event from third trigger is correlated properly.

      Same issue is seen with some real SNMP based triggers

        1. screenshot-1.png
          screenshot-1.png
          26 kB
        2. screenshot-2.png
          screenshot-2.png
          41 kB
        3. screenshot-3.png
          screenshot-3.png
          26 kB

            Unassigned Unassigned
            vzhuravlev Vitaly Zhuravlev
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: