Details
-
Problem report
-
Status: READY TO DEVELOP
-
Major
-
Resolution: Unresolved
-
6.0.0alpha6
-
Team C
-
Sprint 82 (Nov 2021), Sprint 83 (Dec 2021), Sprint 84 (Jan 2022), Sprint 85 (Feb 2022), Sprint 86 (Mar 2022), Sprint 87 (Apr 2022), Sprint 88 (May 2022)
-
0.25
Description
If ZBX_SERVER and ZBX_SERVER_PORT variables are defined, but empty in zabbix.inc.php, Zabbix frontend uses incorrect configuration:
1. ":10051" if ZBX_SERVER is defined but empty
2. "hostname" if ZBX_SERVER_PORT is defined but empty
If ZBX_SERVER is empty - Zabbix frontend must use DB data to determine correct Zabbix server location.