Greetings,
For the past few hours I've been struggling with a simple thing: update our agents to instead of pointing to proxy A (192.168.100.50) to simply point to proxy B (192.168.100.51). For whatever reason that hasn't been so simple.
We checked the logs file in our agent and we keep getting this message over and over again:
I'm currently trying to figure out why this is happening but the "solution", at least for now, is to add the IP address of proxy A (which will no longer receive data from this agent) and from proxy B so our Server parameter looks like this:
I'm not so sure if it's a good idea to leave both IP addresses on the Server parameter but so far that has been the solution, otherwise the agent wouldn't be monitored by Zabbix.
Any ideas?
P.S.: we've already restarted the agent after updating the config file.
For the past few hours I've been struggling with a simple thing: update our agents to instead of pointing to proxy A (192.168.100.50) to simply point to proxy B (192.168.100.51). For whatever reason that hasn't been so simple.
We checked the logs file in our agent and we keep getting this message over and over again:
Code:
47692:20190716:114643.349 failed to accept an incoming connection: connection from "192.168.100.50" rejected, allowed hosts: "192.168.100.51"
Code:
Server=192.168.100.50,192.168.100.51
Any ideas?
P.S.: we've already restarted the agent after updating the config file.
Comment