I have zabbix_agentd and serverd (zabbix 1.1b6) ready to run everytime server starts, the files include the "run levels" where it should be run.
- Put the files "zabbix_agentd" & "zabbix_serverd" in "/etc/init.d/"
- Type the folowing:
chkconfig --add zabbix_agentd
chkconfig --add zabbix_serverd
I suggest to include this instructions in the documentation.
- Put the files "zabbix_agentd" & "zabbix_serverd" in "/etc/init.d/"
- Type the folowing:
chkconfig --add zabbix_agentd
chkconfig --add zabbix_serverd
I suggest to include this instructions in the documentation.
Comment