Hello,
I am having some issues when setting up the proxy on a raspberry pi. I keep getting the error below
Job for zabbix-proxy.service failed because the service did not take the steps required by its unit configuration.
See "systemctl status zabbix-proxy.service" and "journalctl -xeu zabbix-proxy.service" for details.
When looking in the two pages that it says see the output below
systemctl status zabbix-proxy.service
root@zabbix:/home/zabbix# systemctl status zabbix-proxy.service
● zabbix-proxy.service - Zabbix Proxy
Loaded: loaded (/usr/lib/systemd/system/zabbix-proxy.service; enabled; preset: enabled)
Active: activating (auto-restart) (Result: protocol) since Mon 2024-07-15 22:10:58 UTC; 7s ago
Process: 3753 ExecStart=/usr/sbin/zabbix_proxy -c $CONFFILE (code=exited, status=0/SUCCESS)
CPU: 84ms
journalctl -xeu zabbix-proxy.service
Jul 15 22:12:24 zabbix systemd[1]: zabbix-proxy.service: Can't open PID file /run/zabbix/zabbix_proxy.pid (yet?) after start: No such file or directory
Jul 15 22:12:24 zabbix systemd[1]: zabbix-proxy.service: Failed with result 'protocol'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ The unit zabbix-proxy.service has entered the 'failed' state with result 'protocol'.
Jul 15 22:12:24 zabbix systemd[1]: Failed to start zabbix-proxy.service - Zabbix Proxy.
░░ Subject: A start job for unit zabbix-proxy.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
Please can someone help with this
I am having some issues when setting up the proxy on a raspberry pi. I keep getting the error below
Job for zabbix-proxy.service failed because the service did not take the steps required by its unit configuration.
See "systemctl status zabbix-proxy.service" and "journalctl -xeu zabbix-proxy.service" for details.
When looking in the two pages that it says see the output below
systemctl status zabbix-proxy.service
root@zabbix:/home/zabbix# systemctl status zabbix-proxy.service
● zabbix-proxy.service - Zabbix Proxy
Loaded: loaded (/usr/lib/systemd/system/zabbix-proxy.service; enabled; preset: enabled)
Active: activating (auto-restart) (Result: protocol) since Mon 2024-07-15 22:10:58 UTC; 7s ago
Process: 3753 ExecStart=/usr/sbin/zabbix_proxy -c $CONFFILE (code=exited, status=0/SUCCESS)
CPU: 84ms
journalctl -xeu zabbix-proxy.service
Jul 15 22:12:24 zabbix systemd[1]: zabbix-proxy.service: Can't open PID file /run/zabbix/zabbix_proxy.pid (yet?) after start: No such file or directory
Jul 15 22:12:24 zabbix systemd[1]: zabbix-proxy.service: Failed with result 'protocol'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ The unit zabbix-proxy.service has entered the 'failed' state with result 'protocol'.
Jul 15 22:12:24 zabbix systemd[1]: Failed to start zabbix-proxy.service - Zabbix Proxy.
░░ Subject: A start job for unit zabbix-proxy.service has failed
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
Please can someone help with this
Comment