I am running a 1.0 production Zabbix server that is querying serveral windows servers. I would like to run 1.1a4 in parallel to evaluate it. The problem is that the agentd listen port has now changed. So is one of the following possible?
1. In zabbix_server.conf change the target port number that it querys agentd on? If this is possible, I can't seem to find it in the documentation.
or
2. In zabbix_agentd.conf configure ListenPort= with 2 port numbers comma seperated? For Example:
zabbix_agentd.conf
I want to evaluate the new version, but i dont want to give up my production monitoring either.
Plus it seems that if you can configure the listen port on the agent, you should be able to configure the target port on the server. One without the other doesnt do much good.
Thanks.
cooper
1. In zabbix_server.conf change the target port number that it querys agentd on? If this is possible, I can't seem to find it in the documentation.
or
2. In zabbix_agentd.conf configure ListenPort= with 2 port numbers comma seperated? For Example:
zabbix_agentd.conf
Code:
ListenPort=10000,10050
Plus it seems that if you can configure the listen port on the agent, you should be able to configure the target port on the server. One without the other doesnt do much good.
Thanks.
cooper
Comment