Ad Widget

Collapse

Error on frontend Zabbix7 to connect with postgres on new installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lucdep
    Junior Member
    • Aug 2024
    • 2

    #1

    Error on frontend Zabbix7 to connect with postgres on new installation

    Hello for all.

    I got error on frontend Configure DB connection as screenshot.

    I am using 3 layers (Zabbix Server, Frontend and DB Server):
    Zabbix Server: CentOS 8 (X86_64)
    Frontend: CentOS 8 (X86_64), PHP 8.2.2, Apache 2.4.37
    DB: Oracle Linux 8 with PostgreSQL 15.8 (ARM64)

    PS: Zabbix Server is connecting on DB normally (no error on zabbix server log) and I can connect on DB server from Frontend Server using psql command line with success.

    Any idea what is happening on initial setup??

    Thank you.
  • t00m1G
    Junior Member
    • Jan 2024
    • 26

    #2
    hey,
    as breeds mentioned, you need to have pgsql extension installed and enabled; it is required when PostgreSQL is used as db.
    you can read more about requirements in zabbix doc: https://www.zabbix.com/documentation...n/requirements

    Comment

    Working...