Hi,
in Dashboard there is a message that the Zabbix server is not running (status = no) and this message showed up, too:
Here some extracts:
edit: I use version 3.0.4
and the command "setsebool -P httpd_can_network_connect=true " doesn't work...
in Dashboard there is a message that the Zabbix server is not running (status = no) and this message showed up, too:
Zabbix server is not running: the information displayed may not be current.
Code:
root@xxx:/etc/zabbix/web# cat zabbix.conf.php <?php // Zabbix GUI configuration file. global $DB; $DB['TYPE'] = 'MYSQL'; $DB['SERVER'] = 'localhost'; $DB['PORT'] = '0'; $DB['DATABASE'] = 'zabbix'; $DB['USER'] = 'root'; $DB['PASSWORD'] = 'xxx'; // Schema name. Used for IBM DB2 and PostgreSQL. $DB['SCHEMA'] = ''; $ZBX_SERVER = '172.x.x.x'; $ZBX_SERVER_PORT = '10051'; $ZBX_SERVER_NAME = '';
Code:
DBHost=172.x.x.x DBName=zabbix DBUser=root DBPassword=xxx
edit: I use version 3.0.4
and the command "setsebool -P httpd_can_network_connect=true " doesn't work...
Comment