[ZBXNEXT-987] GUI notifies if server is down Created: 2011 Oct 06  Updated: 2011 Dec 22  Resolved: 2011 Oct 06

Status: Closed
Project: ZABBIX FEATURE REQUESTS
Component/s: Frontend (F)
Affects Version/s: 1.8.8
Fix Version/s: None

Type: Change Request Priority: Minor
Reporter: Nicola Canepa Assignee: Alexei Vladishev
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBXNEXT-829 Display notification in frontend when... Closed

 Description   

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



 Comments   
Comment by richlv [ 2011 Oct 06 ]

could you please clarify what is the functional goal ?

Comment by Nicola Canepa [ 2011 Oct 06 ]

The goal is to be visually notified when the zabbix_server is down from the web GUI.
The little "server is running" in "Status of Zabbix" is not enough, for such a bad event in my opinion.
Maybe a change of color somewhere could be enough.

Comment by richlv [ 2011 Oct 06 ]

ok, then it's a dupe of ZBXNEXT-829

Generated at Thu Apr 25 04:37:57 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.