I've noticed in various install guides that within /etc/init.d/zabbix_agentd the recommended chkconfig options are:
345 95 95
I might be wrong, but surely the last two numbers ('S' and 'K') should effectively be reciprocals of each other otherwise it'll be last to start up and last to shutdown. Would the following not be better:
345 95 05
RE: firewalls.
Do I allow new inbound tcp connection on 10050 and 10051 for both the zabbix_agent and zabbix_server machines ? What about udp traffic ?
345 95 95
I might be wrong, but surely the last two numbers ('S' and 'K') should effectively be reciprocals of each other otherwise it'll be last to start up and last to shutdown. Would the following not be better:
345 95 05
RE: firewalls.
Do I allow new inbound tcp connection on 10050 and 10051 for both the zabbix_agent and zabbix_server machines ? What about udp traffic ?
Comment