Hi,,
I try to setup zabbix 1.8.4 on rhel6 with postgres 9.
The Zabbx Server can connect to the Database (i see connections on DB host)
psql -h dbhost -d zabbix -U zabbix works
telnet on 5432 works
But the WEB Frontend installation won't connect to the Database, i always get:
The User and DB setting are ok (psql and zabbix_server uses the same and they works)
any idea?
I try to setup zabbix 1.8.4 on rhel6 with postgres 9.
The Zabbx Server can connect to the Database (i see connections on DB host)
psql -h dbhost -d zabbix -U zabbix works
telnet on 5432 works
But the WEB Frontend installation won't connect to the Database, i always get:
Code:
* pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Permission denied Is the server running on host "10.61.11.219" and accepting TCP/IP connections on port 5432?[/usr/share/zabbix/include/db.inc.php:82]
* Error connecting to database
any idea?
Comment