I am starting to get very frustrated with Zabbix because of the agent service will not start. When I try to run systemctl start zabbix-agent I get the following error below. I would greatly appreciate if someone can tell me what am I doing wrong or what causes this. Zabbix server is running as well as the DB is active, zabbix agent is the only thing I can't get going.


[root@zbx01 zabbix-server-mysql-3.0.8]# systemctl status zabbix-agent.service
● zabbix-agent.service - Zabbix Agent
Loaded: loaded (/usr/lib/systemd/system/zabbix-agent.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: resources) since Fri 2017-05-05 16:04:31 EDT; 4s ago
Process: 1943 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 9487 ExecStart=/usr/sbin/zabbix_agentd -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 1942 (code=exited, status=1/FAILURE)
May 05 16:04:31 zbx01.centos7 systemd[1]: zabbix-agent.service never wrote i....
May 05 16:04:31 zbx01.centos7 systemd[1]: Failed to start Zabbix Agent.
May 05 16:04:31 zbx01.centos7 systemd[1]: Unit zabbix-agent.service entered ....
May 05 16:04:31 zbx01.centos7 systemd[1]: zabbix-agent.service failed.
Hint: Some lines were ellipsized, use -l to show in full.


[root@zbx01 zabbix-server-mysql-3.0.8]# systemctl status zabbix-agent.service
● zabbix-agent.service - Zabbix Agent
Loaded: loaded (/usr/lib/systemd/system/zabbix-agent.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: resources) since Fri 2017-05-05 16:04:31 EDT; 4s ago
Process: 1943 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 9487 ExecStart=/usr/sbin/zabbix_agentd -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 1942 (code=exited, status=1/FAILURE)
May 05 16:04:31 zbx01.centos7 systemd[1]: zabbix-agent.service never wrote i....
May 05 16:04:31 zbx01.centos7 systemd[1]: Failed to start Zabbix Agent.
May 05 16:04:31 zbx01.centos7 systemd[1]: Unit zabbix-agent.service entered ....
May 05 16:04:31 zbx01.centos7 systemd[1]: zabbix-agent.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
Comment