Hello,
i have successfully installed zabbix 1.6.1 from source. I have installed the zabbix client on some hosts, everything runs fine, except for 1 host which can not be monitored for some reason. In the server log i get:
as suggested in some of the posts at this forum i have raised up the timeout in the zabbix agent configuration to 9 and then in the zabbix server configuration to 15 and of course i restarted the services - unfortunately there was no positive result
i have double checked everything - firewall port, uninstall/install/recompile, and i still get the same error.
A small note is that i have tried to telnet to the zabbix agent from localhost and from the server - both connections get closed immediately:
Does anybody have an idea what might be wrong with my zabbix agent? Or is that problem not related to the agent at all?
Thanks!
i have successfully installed zabbix 1.6.1 from source. I have installed the zabbix client on some hosts, everything runs fine, except for 1 host which can not be monitored for some reason. In the server log i get:
Code:
24049:20081211:155550 Got empty string from [host name] IP [1.1.1.1] Parameter [agent.ping] 24049:20081211:155550 Assuming that agent dropped connection because of access permissions
i have double checked everything - firewall port, uninstall/install/recompile, and i still get the same error.
A small note is that i have tried to telnet to the zabbix agent from localhost and from the server - both connections get closed immediately:
Code:
telnet localhost 10050 Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. Connection closed by foreign host.
Thanks!
although if anyone has had same issue in Sol it'd be good to know!
Comment