报错 :Zabbix server is not running:te information displayed may not be current.
查看Zabbix server日志cat /var/log/zabbix/zabbix_server.log
FATAL: no pg_hba.conf entry for host “::1”, user “zabbix”, database “zabbix”
查看数据库日志postgres@ubuntu:~$ cat logfile
查看数据库配置文件
root@ubuntu:~# find / -name pg_hba.conf
/etc/postgresql/9.5/main/pg_hba.conf
/usr/local/pgsql/data/pg_hba.conf
root@ubuntu:~# find / -name postgresql.conf
/etc/pos