New Zabbix 2.0.3 installation on virtual server.
Still struggling with the zabbix_agentd. In the log everything looks oké.
18512:20130328:161826.568 Starting Zabbix Agent [Zabbix_server]. Zabbix 2.0.3 (revision 30485).
18512:20130328:161826.581 In init_collector_data()
18512:20130328:161826.581 End of init_collector_data()
18517:20130328:161826.581 agent #0 started [collector]
18517:20130328:161826.581 In init_cpu_collector()
18517:20130328:161826.581 End of init_cpu_collector():SUCCEED
18517:20130328:161826.581 In update_cpustats()
18517:20130328:161826.581 End of update_cpustats()
18518:20130328:161826.582 agent #1 started[listener]
18519:20130328:161826.584 agent #2 started[listener]
18520:20130328:161826.584 agent #3 started[listener]
18521:20130328:161826.584 agent #4 started [active checks]
18521:20130328:161826.584 In init_active_metrics()
18521:20130328:161826.584 Buffer: first allocation for 100 elements
18521:20130328:161826.584 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
18521:20130328:161826.584 End of send_buffer():SUCCEED
18521:20130328:161826.584 refresh_active_checks('127.0.0.1',10051)
18521:20130328:161826.585 Sending [{
"request":"active checks",
"host":"Zabbix_server"}]
18521:20130328:161826.586 Before read
18521:20130328:161826.588 Got [{
"response":"success",
"data":[]}]
18521:20130328:161826.588 In parse_list_of_checks()
18521:20130328:161826.588 In disable_all_metrics()
18521:20130328:161826.588 In process_active_checks('127.0.0.1',10051)
18521:20130328:161826.588 End of process_active_checks()
18521:20130328:161826.588 In get_min_nextcheck()
18521:20130328:161826.588 Sleeping for 1 second(s)
18517:20130328:161827.583 In update_cpustats()
18517:20130328:161827.583 End of update_cpustats()
18521:20130328:161827.590 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
18521:20130328:161827.590 End of send_buffer():SUCCEED
18521:20130328:161827.590 Sleeping for 1 second(s)
But in the frondend of Zabbix, the dashboard is saying that zabbix agent on zabbix_server is unreachable. Under Configuration - Host, the Z is red and gives the following;
Received empty response from Zabbix Agent at [127.0.0.1]. Assuming that agent dropped connection because of access permissions.
Is there anyone who can give me advice/hint how to solve this?
Still struggling with the zabbix_agentd. In the log everything looks oké.
18512:20130328:161826.568 Starting Zabbix Agent [Zabbix_server]. Zabbix 2.0.3 (revision 30485).
18512:20130328:161826.581 In init_collector_data()
18512:20130328:161826.581 End of init_collector_data()
18517:20130328:161826.581 agent #0 started [collector]
18517:20130328:161826.581 In init_cpu_collector()
18517:20130328:161826.581 End of init_cpu_collector():SUCCEED
18517:20130328:161826.581 In update_cpustats()
18517:20130328:161826.581 End of update_cpustats()
18518:20130328:161826.582 agent #1 started[listener]
18519:20130328:161826.584 agent #2 started[listener]
18520:20130328:161826.584 agent #3 started[listener]
18521:20130328:161826.584 agent #4 started [active checks]
18521:20130328:161826.584 In init_active_metrics()
18521:20130328:161826.584 Buffer: first allocation for 100 elements
18521:20130328:161826.584 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
18521:20130328:161826.584 End of send_buffer():SUCCEED
18521:20130328:161826.584 refresh_active_checks('127.0.0.1',10051)
18521:20130328:161826.585 Sending [{
"request":"active checks",
"host":"Zabbix_server"}]
18521:20130328:161826.586 Before read
18521:20130328:161826.588 Got [{
"response":"success",
"data":[]}]
18521:20130328:161826.588 In parse_list_of_checks()
18521:20130328:161826.588 In disable_all_metrics()
18521:20130328:161826.588 In process_active_checks('127.0.0.1',10051)
18521:20130328:161826.588 End of process_active_checks()
18521:20130328:161826.588 In get_min_nextcheck()
18521:20130328:161826.588 Sleeping for 1 second(s)
18517:20130328:161827.583 In update_cpustats()
18517:20130328:161827.583 End of update_cpustats()
18521:20130328:161827.590 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
18521:20130328:161827.590 End of send_buffer():SUCCEED
18521:20130328:161827.590 Sleeping for 1 second(s)
But in the frondend of Zabbix, the dashboard is saying that zabbix agent on zabbix_server is unreachable. Under Configuration - Host, the Z is red and gives the following;
Received empty response from Zabbix Agent at [127.0.0.1]. Assuming that agent dropped connection because of access permissions.
Is there anyone who can give me advice/hint how to solve this?
Comment