I have installed Zabbix agent 2.0.0 onto a Linux server and every time I start the agent service, it stops immediately.
Below is the output when I check the status of all running services
I followed the instructions located at
. I am not sure what I am doing wrong here. The /etc/zabbix/zabbix_agentd.log never gets created either. I have even tried to set the entire /etc/zabbix directory to 777. Any help would be wonderful.
Below is the output when I check the status of all running services
Code:
[]# service --status-all usage: /etc/init.d/zabbix_agentd (start|stop|restart|help) start - start zabbix_agentd stop - stop zabbix_agentd restart - restart zabbix_agentd if running by sending a SIGHUP or start if not running help - this screen
HTML Code:
https://www.zabbix.com/wiki/howto/monitor/os/linux/agentinstallonlinux
Comment