I setup my first zabbix proxy on a virtual machine (Ubuntu server 22.04), I follow these instrunctions
Everything seems fine but when I launch
this is the result
The command
show this:
There is no log file in var/log/zabbix.
Everything seems fine but when I launch
Code:
sudo systemctl start zabbix-proxy
Code:
Job for zabbix-proxy.service failed because the control process exited with error code. See "systemctl status zabbix-proxy.service" and "journalctl -xeu zabbix-proxy.service" for details.
Code:
sudo systemctl status zabbix-proxy
Code:
zabbix-proxy.service - Zabbix Proxy
Loaded: loaded (/lib/systemd/system/zabbix-proxy.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 2023-04-06 11:28:02 UTC; 6s ago
Process: 1589 ExecStart=/usr/sbin/zabbix_proxy -c $CONFFILE (code=exited, status=1/FAILURE)
CPU: 15ms
Apr 06 11:28:02 ubuntu systemd[1]: zabbix-proxy.service: Control process exited, code=exited, status=1/FAILURE
Apr 06 11:28:02 ubuntu systemd[1]: zabbix-proxy.service: Failed with result 'exit-code'.
Apr 06 11:28:02 ubuntu systemd[1]: Failed to start Zabbix Proxy.
Comment