- 
    
Problem report
 - 
    Resolution: Fixed
 - 
    
Trivial
 - 
    None
 - 
    6.0.30
 - 
    None
 - 
    None
 
Steps to reproduce:
- Change DBHost to 
DBHost=/var/run/postgresql - Change postgresql.conf to listen_addresses = '' (no TCP, only unix socket)
 - Restart zabbix
 
Result:
See the result in below screenshots.
Zabbix server actually starts, but frontend says that zabbix wasn't able to conenct to the databse.
If I change the postgresql config to listen on TCP (listen_addresses = '*'), zabbix starts normally, but traffic can be seen on loopback device - which obviously means that zabbix talks to PSQL via TCP.
Expected: 
No traffic on loopback device, and zabbix being able to connect to postgresql when postgresql does not listen on any TCP port
I am using version 6.2.3 which somehow isn't available to pick in the dropdown menu.