I installed zabbix on freebsd with pkg ins zabbix64-server zabbix64-frontend-php83 php83-pgsql mod_php83 and configured it, everything went well, opened the configuration page, configured the page, connected to postgresql, everything was fine. But the zabbix server does not connect to postgresql. Even configuring it for postgresql it tries to connect to mysql.
Thank you in advance for your feedback
DBName=zabbix
DBUser=zab_user
DBPassword=
DBHost=127.0.0.1
DBPort=5432
DBSchema=public
2677:20231102:113130.826 Starting Zabbix Server. Zabbix 6.4.7 (revision 4e555c6d64d).
2677:20231102:113130.827 ****** Enabled features ******
2677:20231102:113130.827 SNMP monitoring: YES
2677:20231102:113130.827 IPMI monitoring: NO
2677:20231102:113130.827 Web monitoring: YES
2677:20231102:113130.827 VMware monitoring: YES
2677:20231102:113130.827 SMTP authentication: YES
2677:20231102:113130.827 ODBC: YES
2677:20231102:113130.827 SSH support: YES
2677:20231102:113130.827 IPv6 support: YES
2677:20231102:113130.827 TLS support: YES
2677:20231102:113130.827 ******************************
2677:20231102:113130.827 using configuration file: /usr/local/etc/zabbix64/zabbix_server.conf
2677:20231102:113230.888 [Z3001] connection to database 'zabbix' failed: [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 0
2677:20231102:113230.888 database is down: reconnecting in 10 seconds
2677:20231102:113340.991 [Z3001] connection to database 'zabbix' failed: [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 0
2677:20231102:113340.991 database is down: reconnecting in 10 seconds
2677:20231102:113451.021 [Z3001] connection to database 'zabbix' failed: [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 0
2677:20231102:113451.021 database is down: reconnecting in 10 seconds
2677:20231102:113601.123 [Z3001] connection to database 'zabbix' failed: [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 0
2677:20231102:113601.123 database is down: reconnecting in 10 seconds
Thank you in advance for your feedback
DBName=zabbix
DBUser=zab_user
DBPassword=
DBHost=127.0.0.1
DBPort=5432
DBSchema=public
2677:20231102:113130.826 Starting Zabbix Server. Zabbix 6.4.7 (revision 4e555c6d64d).
2677:20231102:113130.827 ****** Enabled features ******
2677:20231102:113130.827 SNMP monitoring: YES
2677:20231102:113130.827 IPMI monitoring: NO
2677:20231102:113130.827 Web monitoring: YES
2677:20231102:113130.827 VMware monitoring: YES
2677:20231102:113130.827 SMTP authentication: YES
2677:20231102:113130.827 ODBC: YES
2677:20231102:113130.827 SSH support: YES
2677:20231102:113130.827 IPv6 support: YES
2677:20231102:113130.827 TLS support: YES
2677:20231102:113130.827 ******************************
2677:20231102:113130.827 using configuration file: /usr/local/etc/zabbix64/zabbix_server.conf
2677:20231102:113230.888 [Z3001] connection to database 'zabbix' failed: [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 0
2677:20231102:113230.888 database is down: reconnecting in 10 seconds
2677:20231102:113340.991 [Z3001] connection to database 'zabbix' failed: [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 0
2677:20231102:113340.991 database is down: reconnecting in 10 seconds
2677:20231102:113451.021 [Z3001] connection to database 'zabbix' failed: [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 0
2677:20231102:113451.021 database is down: reconnecting in 10 seconds
2677:20231102:113601.123 [Z3001] connection to database 'zabbix' failed: [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 0
2677:20231102:113601.123 database is down: reconnecting in 10 seconds
Comment