
If you are running Zabbix on Ubuntu, there is a problem with the Zabbix agent start up, it will not work! The problem is there is a line in /etc/init.d/zabbix-agent which is:
DIR=/var/run/zabbix-server
The line needs to be:
DIR=/var/run/zabbix-agent
Once this change it made, the Zabbix agent will start up.
Comments
What a great post! Just one
What a great post! Just one suggestion:If you add some pics, it would be easiler to follow!
Post new comment