Just made first upgrade of zabbix 2.2.4 agent and I found that it fails with old configuration (working with 2.2.3):
Starting zabbix_agentd: zabbix_agentd [29366]: StartAgents is not 0, parameter Server must be defined
I'm using only active items an I had no Server variable.
Looks like now when ServerActive variable is present explicit must be declared StartAgents=0 (default in source code is StartAgents=3).
Probably the best solution of this new behavior or even bug would be use StartAgents=0 if ServerActive=<address> is present.
Going to raise SR.
PS. Just read one more time 2.2.4 changelog and seems there is no anything about above change.
Starting zabbix_agentd: zabbix_agentd [29366]: StartAgents is not 0, parameter Server must be defined
I'm using only active items an I had no Server variable.
Looks like now when ServerActive variable is present explicit must be declared StartAgents=0 (default in source code is StartAgents=3).
Probably the best solution of this new behavior or even bug would be use StartAgents=0 if ServerActive=<address> is present.
Going to raise SR.
PS. Just read one more time 2.2.4 changelog and seems there is no anything about above change.
Comment