From: Shane M. <sh...@mc...> - 2014-01-21 12:52:33
|
On 21/01/14 12:29, John McIntyre wrote: > ===== zabbix_agentd.conf ==== > LogFile=/var/log/zabbix_agent.log > > DebugLevel=3 > > SourceIP=192.168.1.3 > > ListenIP=192.168.1.3 > > Server=server.mydomain.com > > ListenPort=10050 > > StartAgents=5 > > ServerActive=server.mydomain.com > > Hostname=agent.mydomain.com I use the IP address of my server for the "Server" and "ServerActive" options in the zabbix_agentd.conf file. I don't know if that will make any difference for you. If, when you telnet to the agent port 10050 from the server and you get disconnected immediately it's because the Zabbix agent is rejecting your connection which usually means the "Server" option is wrong. Shane. |