Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-987

GUI notifies if server is down

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 1.8.8
    • Frontend (F)
    • 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

            alexei Alexei Vladishev
            canepan Nicola Canepa
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: