I followed the documentation on installing Zabbix from source and it is working great, except that zabbix_server and zabbix_agentd do not automatically start when the system is booted.
I found that the following entries were made for me
/etc/services
zabbix-agent 10050/tcp # Zabbix Agent
zabbix-agent 10050/udp
zabbix-trapper 10051/tcp # Zabbix Trapper
zabbix-trapper 10051/udp
When I issue the commands
zabbix-server
zabbix-agentd
from a shell, both start just fine.
What is the correct procedure to ensure that zabbix_server and zabbix_agentd automatically start when the Ubuntu server is booted?
Also asked on ServerFault:
http://serverfault.com/q/432433/18092
I found that the following entries were made for me
/etc/services
zabbix-agent 10050/tcp # Zabbix Agent
zabbix-agent 10050/udp
zabbix-trapper 10051/tcp # Zabbix Trapper
zabbix-trapper 10051/udp
When I issue the commands
zabbix-server
zabbix-agentd
from a shell, both start just fine.
What is the correct procedure to ensure that zabbix_server and zabbix_agentd automatically start when the Ubuntu server is booted?
Also asked on ServerFault:
http://serverfault.com/q/432433/18092
Comment