CentOS8. Install zabbix agent 5.0. It work. I trying setup monitoring Postgres according to the instructions - https://www.zabbix.com/ru/integrations/postgresql
it is written there -
but there is no folder /var/lib/zabbix on the server.
What to do? create a folder yourself? with what rights and owner?
it is written there -
Copy postgresql/ to Zabbix agent home directory /var/lib/zabbix/
Code:
# cat /etc/passwd | grep zabbix zabbix:x:972:972:Zabbix Monitoring System:/var/lib/zabbix:/sbin/nologin
Comment