-
Change Request
-
Resolution: Duplicate
-
Minor
-
None
-
1.8.8
-
None
Add a check to verify if Zabbix server is running.
The only cange could be adding the lines:
if(!fsockopen($ZBX_SERVER, $ZBX_SERVER_PORT, $errnum, $errstr, 2))
{ unset($show_warning); include_once('warning.php'); }after
require_once('include/config.inc.php');
in dashboard.php
- duplicates
-
ZBXNEXT-829 Display notification in frontend when Zabbix server is not running
- Closed