hello all
I have some problems when installing zabbix:
Host A for zabbix 6.4 (https://www.zabbix.com/download?zabbix=6.4&os_distribution=debian&os_vers ion=11&components=server_frontend_agent&db=pgsql&w s=apache)
I use zabbix-agent2 instead of zabbix-agent
I guess that shouldn't be the problem
Host B for database
Then I copied the file /usr/share/zabbix-sql-scripts/postgresql/server.sql.gz from Host A to Host B 's /tmp directory and execute
the output error:
sudo: unknown user: zabbix
sudo: error initializing audit plugin sudoers_audit
How can I deal with this error?
Thanks!
I have some problems when installing zabbix:
Host A for zabbix 6.4 (https://www.zabbix.com/download?zabbix=6.4&os_distribution=debian&os_vers ion=11&components=server_frontend_agent&db=pgsql&w s=apache)
I use zabbix-agent2 instead of zabbix-agent
I guess that shouldn't be the problem
Host B for database
Then I copied the file /usr/share/zabbix-sql-scripts/postgresql/server.sql.gz from Host A to Host B 's /tmp directory and execute
Code:
/tmp#zcat /tmp/server.sql.gz | sudo -u zabbix psql zabbix
sudo: unknown user: zabbix
sudo: error initializing audit plugin sudoers_audit
How can I deal with this error?
Thanks!
Comment