Hi everyone,
Using Zabbix server 5.0.9, running on Ubuntu 18.04, connecting to zabbix agent 5.0.20 on an Ubuntu 20.04 server with PostgreSQL 13.
I've linked the "Template DB PostgreSQL" and set the {$PG.PASSWORD} macro for the host configuration. The postgres user zbx_monitor has been created.
I've confirmed I can connect to the postgres db using the zbx_monitor user and password, however zabbix only shows errors.
Example output of PostgreSQL: Get bgwriter:
Also, the template macros didn't include {$PG.PASSWORD} anywhere, so I have a feeling a password is not actually used.
Thanks.
Using Zabbix server 5.0.9, running on Ubuntu 18.04, connecting to zabbix agent 5.0.20 on an Ubuntu 20.04 server with PostgreSQL 13.
I've linked the "Template DB PostgreSQL" and set the {$PG.PASSWORD} macro for the host configuration. The postgres user zbx_monitor has been created.
I've confirmed I can connect to the postgres db using the zbx_monitor user and password, however zabbix only shows errors.
Example output of PostgreSQL: Get bgwriter:
psql: error: connection to server at "127.0.0.1", port 5432 failed: FATAL: password authentication failed for user "zbx_monitor"
Thanks.
Comment