Alright, i believe i have a slightly different agent dropped connection problem.
1) I am building a zabbix server image that we hope to use in a distributed environment. To streamline the image we are trying to configure zabbix to use /etc/hosts aliases for Server= parameters.
#zabbix_agent.conf
Server=zabbixmon
#zabbix_agentd.conf
Server=zabbixmon
#/etc/hosts
10.0.0.12 zabbixmon zabbixmon.fictional.fqdn
But i can't get telnet <agentip> 10050 to connect, it keeps dropping. Is there a way to make the agent log attempted connections so i can see what its dropping and why?
1) I am building a zabbix server image that we hope to use in a distributed environment. To streamline the image we are trying to configure zabbix to use /etc/hosts aliases for Server= parameters.
#zabbix_agent.conf
Server=zabbixmon
#zabbix_agentd.conf
Server=zabbixmon
#/etc/hosts
10.0.0.12 zabbixmon zabbixmon.fictional.fqdn
But i can't get telnet <agentip> 10050 to connect, it keeps dropping. Is there a way to make the agent log attempted connections so i can see what its dropping and why?