I have a Zabbix server at (let's say) monitor.mydomain.com. There are Zabbix clients on Linux servers happily reporting in. I also have a Zabbix client on a Windows server. Let's call that server www.mydomain.com. It reported in for several weeks, but now has stopped. I'm sure something in the environment has changed, but I cannot figure out what.
I tried restarting the client on the Windows machine with
DebugLevel=4
It still does not report any new data to the Zabbix server, but I can see a more detailed log. Do these log entries point to a cause? Where should I look to trouble shoot this problem?
NOTE: The forum software thinks logged references to my server URLs are "links" and complains about them, so I had to edit the server URL's to be mydomaincom instead of mydomain.com to not trigger that error. In the original log, they were mydomain.com.
I tried restarting the client on the Windows machine with
DebugLevel=4
It still does not report any new data to the Zabbix server, but I can see a more detailed log. Do these log entries point to a cause? Where should I look to trouble shoot this problem?
NOTE: The forum software thinks logged references to my server URLs are "links" and complains about them, so I had to edit the server URL's to be mydomaincom instead of mydomain.com to not trigger that error. In the original log, they were mydomain.com.
Code:
2632:20130126:224902.736 Starting Zabbix Agent [www.mydomaincom]. Zabbix 2.0.0 (revision 27673).
2632:20130126:224902.742 In init_perf_collector()
2632:20130126:224902.743 End of init_perf_collector()
3596:20130126:224902.747 agent #0 started [collector]
3596:20130126:224902.747 In init_cpu_collector()
3596:20130126:224902.747 In get_counter_name() pdhIndex:238
4012:20130126:224902.751 agent #1 started[listener]
4004:20130126:224902.751 agent #2 started[listener]
3372:20130126:224902.751 agent #3 started[listener]
1004:20130126:224902.752 agent #4 started [active checks]
1004:20130126:224902.752 In init_active_metrics()
1004:20130126:224902.752 Buffer: first allocation for 100 elements
1004:20130126:224902.752 In send_buffer() host:'monitor.mydomaincom' port:10051 values:0/100
1004:20130126:224902.753 End of send_buffer():SUCCEED
1004:20130126:224902.753 refresh_active_checks('monitor.mydomaincom',10051)
1004:20130126:224902.760 Sending [{
"request":"active checks",
"host":"www.mydomaincom"}]
1004:20130126:224902.760 Before read
1004:20130126:224902.764 Got [{
"response":"success",
"data":[]}]
1004:20130126:224902.764 In parse_list_of_checks()
1004:20130126:224902.764 In disable_all_metrics()
1004:20130126:224902.764 In process_active_checks('monitor.mydomaincom',10051)
1004:20130126:224902.764 End of process_active_checks()
1004:20130126:224902.764 In get_min_nextcheck()
1004:20130126:224902.765 Sleeping for 1 second(s)
3596:20130126:224903.214 End of get_counter_name():SUCCEED
3596:20130126:224903.215 In get_counter_name() pdhIndex:6
3596:20130126:224903.215 End of get_counter_name():SUCCEED
3596:20130126:224903.215 In add_perf_counter() counter:'\Processor(_Total)\% Processor Time' interval:900
3596:20130126:224903.227 add_perf_counter(): PerfCounter '\Processor(_Total)\% Processor Time' successfully added
3596:20130126:224903.227 In add_perf_counter() counter:'\Processor(0)\% Processor Time' interval:900
3596:20130126:224903.227 add_perf_counter(): PerfCounter '\Processor(0)\% Processor Time' successfully added
3596:20130126:224903.227 In get_counter_name() pdhIndex:2
3596:20130126:224903.228 End of get_counter_name():SUCCEED
3596:20130126:224903.228 In get_counter_name() pdhIndex:44
3596:20130126:224903.228 End of get_counter_name():SUCCEED
3596:20130126:224903.228 In add_perf_counter() counter:'\System\Processor Queue Length' interval:900
3596:20130126:224903.229 add_perf_counter(): PerfCounter '\System\Processor Queue Length' successfully added
3596:20130126:224903.229 End of init_cpu_collector():SUCCEED
3596:20130126:224903.229 In collector_diskdevice_add() devname:''
3596:20130126:224903.230 End of collector_diskdevice_add():00000000005FDDB0
3596:20130126:224903.230 In collect_perfstat()
1004:20130126:224903.769 In send_buffer() host:'monitor.mydomaincom' port:10051 values:0/100
1004:20130126:224903.770 End of send_buffer():SUCCEED
...
3596:20130126:231501.420 In collect_perfstat()
1004:20130126:231501.873 In send_buffer() host:'monitor.mydomaincom' port:10051 values:0/100
1004:20130126:231501.873 End of send_buffer():SUCCEED
1004:20130126:231501.874 Sleeping for 1 second(s)
3596:20130126:231502.421 In collect_perfstat()
1004:20130126:231502.874 In send_buffer() host:'monitor.mydomaincom' port:10051 values:0/100
1004:20130126:231502.874 End of send_buffer():SUCCEED
1004:20130126:231502.874 refresh_active_checks('monitor.mydomaincom',10051)
1004:20130126:231502.877 Sending [{
"request":"active checks",
"host":"www.mydomaincom"}]
1004:20130126:231502.877 Before read
1004:20130126:231502.881 Got [{
"response":"success",
"data":[]}]
Comment