Hello,
could you help me, please, with deploying Zabbix.
I deployed Zabbix in distributed mode:
- Zabbix DB: 2 servers with PostgreSQL (streaming replication) with TimescaleDB
- pgpool server for PostgreSQL cluster
- Zabbix Server 1 and 2, HA cluster is up. pgpool is added as DB to the Zabbix Server config file
- Zabbix frontend with Nginx has been installed according to recommendations below:
But when I tried to open Zabbix frontend URL in the browser I got:
This page isn’t working
xxxxxxxxx.com didn’t send any data.
ERR_EMPTY_RESPONSE
telnet from my pc to xxxxxxxxx.com 80 is working. There is no running firewall rules on the server .
I've already added the information:
$ZBX_SERVER = 'xxxxxxx.com';
$ZBX_SERVER_PORT. = '1051'
and
$DB['TYPE'] = 'PostgreSQL';
$DB['SERVER'] = 'xxxxxx.com';
$DB['PORT'] = '9999';
$DB['DATABASE'] = 'zabbix';
$DB['USER'] = 'xxxxxxx';
$DB['PASSWORD'] = 'xxxxxxx';
// Schema name. Used for PostgreSQL.
$DB['SCHEMA'] = 'zabbix';
to /usr/share/zabbix/conf/zabbix.conf.php
Could you tell me, please, what else do I have to do.
Thank you
could you help me, please, with deploying Zabbix.
I deployed Zabbix in distributed mode:
- Zabbix DB: 2 servers with PostgreSQL (streaming replication) with TimescaleDB
- pgpool server for PostgreSQL cluster
- Zabbix Server 1 and 2, HA cluster is up. pgpool is added as DB to the Zabbix Server config file
- Zabbix frontend with Nginx has been installed according to recommendations below:
But when I tried to open Zabbix frontend URL in the browser I got:
This page isn’t working
xxxxxxxxx.com didn’t send any data.
ERR_EMPTY_RESPONSE
telnet from my pc to xxxxxxxxx.com 80 is working. There is no running firewall rules on the server .
I've already added the information:
$ZBX_SERVER = 'xxxxxxx.com';
$ZBX_SERVER_PORT. = '1051'
and
$DB['TYPE'] = 'PostgreSQL';
$DB['SERVER'] = 'xxxxxx.com';
$DB['PORT'] = '9999';
$DB['DATABASE'] = 'zabbix';
$DB['USER'] = 'xxxxxxx';
$DB['PASSWORD'] = 'xxxxxxx';
// Schema name. Used for PostgreSQL.
$DB['SCHEMA'] = 'zabbix';
to /usr/share/zabbix/conf/zabbix.conf.php
Could you tell me, please, what else do I have to do.
Thank you
Comment