Skip to content

Ensure Zabbix Agent and/or Proxy Auto Starts After Reboot

Video Lecture

Ensure Zabbix Agent and/or Proxy Auto Starts After Reboot Ensure Zabbix Agent and/or Proxy Auto Starts After Reboot

Description

On Linux hosts, to enable auto restart after reboot,

sudo systemctl enable zabbix-agent.service

and if you are also running a Zabbix Proxy,

sudo systemctl enable zabbix-proxy.service

Note

If you've enabled the agent and/or proxy services to start upon reboot, and you've changed your mind, just execute,

sudo systemctl disable zabbix-agent.service

and/or

sudo systemctl disable zabbix-proxy.service

Comments