I have just upgrade a couple of Windows 2008 R2 servers to use the new pre-compiled Zabbix 2.0 agent. The agen runs but does not send any data to the server.
I changed the debug level in the conf file to debuglevel 4 to get more information. The log looks like this:
3928:20120530:085213.307 End of get_counter_name():SUCCEED
3928:20120530:085213.307 In get_counter_name() pdhIndex:44
3928:20120530:085213.307 End of get_counter_name():SUCCEED
3928:20120530:085213.307 In add_perf_counter() counter:'\System\Processor Queue Length' interval:900
3928:20120530:085213.307 add_perf_counter(): PerfCounter '\System\Processor Queue Length' successfully added
3928:20120530:085213.307 End of init_cpu_collector():SUCCEED
3928:20120530:085213.323 In collector_diskdevice_add() devname:''
3928:20120530:085213.323 End of collector_diskdevice_add():00000000008F7FF0
3928:20120530:085213.323 In collect_perfstat()
3928:20120530:085214.337 In collect_perfstat()
3928:20120530:085215.351 In collect_perfstat()
3928:20120530:085216.380 In collect_perfstat()
3928:20120530:085217.394 In collect_perfstat()
3928:20120530:085218.408 In collect_perfstat()
3928:20120530:085219.422 In collect_perfstat()
3928:20120530:085220.436 In collect_perfstat()
The In Collect_perfstat() keeps repeating indefinitely.
Re-installing the Zabbix 1.8.9 agent fixes the problem.
Anyone with any ideas?
Thanks.
I changed the debug level in the conf file to debuglevel 4 to get more information. The log looks like this:
3928:20120530:085213.307 End of get_counter_name():SUCCEED
3928:20120530:085213.307 In get_counter_name() pdhIndex:44
3928:20120530:085213.307 End of get_counter_name():SUCCEED
3928:20120530:085213.307 In add_perf_counter() counter:'\System\Processor Queue Length' interval:900
3928:20120530:085213.307 add_perf_counter(): PerfCounter '\System\Processor Queue Length' successfully added
3928:20120530:085213.307 End of init_cpu_collector():SUCCEED
3928:20120530:085213.323 In collector_diskdevice_add() devname:''
3928:20120530:085213.323 End of collector_diskdevice_add():00000000008F7FF0
3928:20120530:085213.323 In collect_perfstat()
3928:20120530:085214.337 In collect_perfstat()
3928:20120530:085215.351 In collect_perfstat()
3928:20120530:085216.380 In collect_perfstat()
3928:20120530:085217.394 In collect_perfstat()
3928:20120530:085218.408 In collect_perfstat()
3928:20120530:085219.422 In collect_perfstat()
3928:20120530:085220.436 In collect_perfstat()
The In Collect_perfstat() keeps repeating indefinitely.
Re-installing the Zabbix 1.8.9 agent fixes the problem.
Anyone with any ideas?
Thanks.
Comment