Hi all,
Since upgrading I am unable to get remote agents to work.
Our setup is as follows:
Zabbix is sitting on a server in a colo with 10050+1 open.
Agents are installed on Windows machines behind a closed firewall with the below config.
Until 2.0, all was fine. I would set the DNS name for the host, and set the IP to 127.0.01, then tell Zabbix to talk via IP and baam, it worked.
But now, despite the agent showing it talks to the serve, no data is updated.
If I use hostname, the host becomes disabled. and if I do 127.0.0.1, no data is exchanged.
What can I do?! What am I missing?
Thanks much!
Since upgrading I am unable to get remote agents to work.
Our setup is as follows:
Zabbix is sitting on a server in a colo with 10050+1 open.
Agents are installed on Windows machines behind a closed firewall with the below config.
Until 2.0, all was fine. I would set the DNS name for the host, and set the IP to 127.0.01, then tell Zabbix to talk via IP and baam, it worked.
But now, despite the agent showing it talks to the serve, no data is updated.
If I use hostname, the host becomes disabled. and if I do 127.0.0.1, no data is exchanged.
What can I do?! What am I missing?
Thanks much!
Code:
Hostname=WindowsHost DebugLevel=4 LogRemoteCommands=1 LogFile=c:\Agent.log LogFileSize=10 EnableRemoteCommands=1 Server=remoteserver.com ListenPort=10050 ServerActive=remoteserver.com RefreshActiveChecks=120 StartAgents=5
Comment