Hi
I have zabbix web interface installed and configured to work with postgresql database, zabbix user is created along with it's password and entered in /usr/local/share/zabbix/php/conf/zabbix.conf.php.
Web interface works very well, but I can't start the zabbix_server script, in the log file I get the following.
when I edit the /usr/local/etc/zabbix/zabbix_server.conf file I see that I can only change the username and password but not the DB type, and it seems that zabbix_server only wants to connect to Mysql DB.
Can anyone tell me, how can I make zabbix_server connect to postgresql database.
Thanks in Advance
I have zabbix web interface installed and configured to work with postgresql database, zabbix user is created along with it's password and entered in /usr/local/share/zabbix/php/conf/zabbix.conf.php.
Web interface works very well, but I can't start the zabbix_server script, in the log file I get the following.
Code:
Failed to connect to database: Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) [2002]
Can anyone tell me, how can I make zabbix_server connect to postgresql database.
Thanks in Advance
Comment