Problem with "Problems" widget on Dashboard

XMLWordPrintable

    • Type: Problem report
    • Resolution: Fixed
    • Priority: Major
    • 3.4.4rc1, 4.0.0alpha1, 4.0 (plan)
    • Affects Version/s: 3.4.1, 3.4.2
    • Component/s: Frontend (F)
    • Environment:
    • Sprint 17, Sprint 18, Sprint 19
    • 0.5

      I used Event correlation in ZABBIX for the verification work
      I moved to the Dashboard, after confirming the operation of Monitoring Problems.
      The attached image was displayed.

      I edited the following and confirmed that the problem improved.
      /usr/share/zabbix/app/views/monitoring.widget.problems.view.php
      l.849

      before
      array_key_exists($problem['correlationid'], $data['correlations'])
      
      after
      TRUE == isset($data['correlations']) &&array_key_exists($problem['correlationid'], $data['correlations'])
      

            Assignee:
            Miks Kronkalns
            Reporter:
            Yuki Tsutsumi
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: