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

Problem with "Problems" widget on Dashboard

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Fixed
    • Icon: Major Major
    • 3.4.4rc1, 4.0.0alpha1, 4.0 (plan)
    • 3.4.1, 3.4.2
    • Frontend (F)
    • Team A
    • 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'])
      

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

              Created:
              Updated:
              Resolved: