When i run the following command:
tail -f /var/log/zabbix/zabbix_server.log
I see the following result..
.......
.......
.......
29127:20080117:103821 Get value from agent failed. Error: Cannot connect to [192.168.2.168:10050] [No route to host]
29127:20080117:103824 Get value from agent failed. Error: Cannot connect to [192.168.2.169:10050] [No route to host]
29127:20080117:103827 Get value from agent failed. Error: Cannot connect to [192.168.2.170:10050] [No route to host]
29127:20080117:103830 Get value from agent failed. Error: Cannot connect to [192.168.2.171:10050] [No route to host]
29127:20080117:103833 Get value from agent failed. Error: Cannot connect to [192.168.2.172:10050] [No route to host]
29127:20080117:103836 Get value from agent failed. Error: Cannot connect to [192.168.2.173:10050] [No route to host]
29127:20080117:103839 Get value from agent failed. Error: Cannot connect to [192.168.2.174:10050] [No route to host]
29127:20080117:103842 Get value from agent failed. Error: Cannot connect to [192.168.2.175:10050] [No route to host]
29127:20080117:103845 Get value from agent failed. Error: Cannot connect to [192.168.2.176:10050] [No route to host]
29127:20080117:103848 Get value from agent failed. Error: Cannot connect to [192.168.2.177:10050] [No route to host]
29127:20080117:103851 Get value from agent failed. Error: Cannot connect to [192.168.2.178:10050] [No route to host]
29127:20080117:103854 Get value from agent failed. Error: Cannot connect to [192.168.2.179:10050] [No route to host]
.......
.......
.......
A new line is being added to the log file almost every second but it is not telling me so much to understand the problem. It is trying all the IP numbers.. Why do I see this error?
Zabbix_agentd is running properly, I checked it.. As I know Zabbix_agentd is the recommended one and zabbix_agent should not be used. Should I specify in a config file or somewhere else saying that I am NOT using zabbix_agent and using zabbix_agentd..?
Thanks a lot in advance..
hs
tail -f /var/log/zabbix/zabbix_server.log
I see the following result..
.......
.......
.......
29127:20080117:103821 Get value from agent failed. Error: Cannot connect to [192.168.2.168:10050] [No route to host]
29127:20080117:103824 Get value from agent failed. Error: Cannot connect to [192.168.2.169:10050] [No route to host]
29127:20080117:103827 Get value from agent failed. Error: Cannot connect to [192.168.2.170:10050] [No route to host]
29127:20080117:103830 Get value from agent failed. Error: Cannot connect to [192.168.2.171:10050] [No route to host]
29127:20080117:103833 Get value from agent failed. Error: Cannot connect to [192.168.2.172:10050] [No route to host]
29127:20080117:103836 Get value from agent failed. Error: Cannot connect to [192.168.2.173:10050] [No route to host]
29127:20080117:103839 Get value from agent failed. Error: Cannot connect to [192.168.2.174:10050] [No route to host]
29127:20080117:103842 Get value from agent failed. Error: Cannot connect to [192.168.2.175:10050] [No route to host]
29127:20080117:103845 Get value from agent failed. Error: Cannot connect to [192.168.2.176:10050] [No route to host]
29127:20080117:103848 Get value from agent failed. Error: Cannot connect to [192.168.2.177:10050] [No route to host]
29127:20080117:103851 Get value from agent failed. Error: Cannot connect to [192.168.2.178:10050] [No route to host]
29127:20080117:103854 Get value from agent failed. Error: Cannot connect to [192.168.2.179:10050] [No route to host]
.......
.......
.......
A new line is being added to the log file almost every second but it is not telling me so much to understand the problem. It is trying all the IP numbers.. Why do I see this error?

Zabbix_agentd is running properly, I checked it.. As I know Zabbix_agentd is the recommended one and zabbix_agent should not be used. Should I specify in a config file or somewhere else saying that I am NOT using zabbix_agent and using zabbix_agentd..?

Thanks a lot in advance..
hs

Comment