Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.4.1, 3.4.2
-
Fix Version/s: 3.4.4rc1, 4.0.0alpha1, 4.0 (plan)
-
Component/s: Frontend (F)
-
Labels:
-
Team:Team A
-
Sprint:Sprint 17, Sprint 18, Sprint 19
-
Story Points:0.5
Description
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'])