I am pretty new to Zabbix, but have been able to get it deployed and monitoring about 75 hots successfully. It is a mix of RedHat and CentOS 5/6 servers.
I have encountered a problem where the zabbix_agentd service will not start up automatically at boot or on a restart.
I have tried all the ways that I know to make a service start at boot, but none seem to work.
I am running zabbix 2.0 server and agents.
I am not sure if I installed the agents correctly, but I can start them succesfully from just running
and no errors come up.
What is the recommended way to start the zabbix agent daemon on boot/startup?
Thank you in advance for any help.
I have encountered a problem where the zabbix_agentd service will not start up automatically at boot or on a restart.
I have tried all the ways that I know to make a service start at boot, but none seem to work.
Code:
[root@***** ~]# ls -l /etc/rc.d/rc3.d | grep zabbix lrwxrwxrwx 1 root root 23 Jul 16 08:56 S55zabbix_agentd -> ../init.d/zabbix_agentd [root@****** ~]# chkconfig --list | grep zabbix zabbix_agentd 0:off 1:off 2:on 3:on 4:on 5:on 6:on
I am not sure if I installed the agents correctly, but I can start them succesfully from just running
Code:
zabbix_agentd
What is the recommended way to start the zabbix agent daemon on boot/startup?
Thank you in advance for any help.
Comment