Hi,
I'm having issue with Zabbix agent 1.8 running on Windows Server 2008 (Domain Controller), when it stops working unexpectedly.
I tried to run it in debug mode, but didn't get anything that could point out reason why it stops. Log shows that it stops when processing requests, for example:
last entries in log before crash:
and
For Windows System Log:
From MS Application Logs:
I had similar issue with server running Windows 2003, but after several Zabbix agent restarts it works fine. Also Server running Windows 2008 R2 has no problems at this moment.
I'm having issue with Zabbix agent 1.8 running on Windows Server 2008 (Domain Controller), when it stops working unexpectedly.
I tried to run it in debug mode, but didn't get anything that could point out reason why it stops. Log shows that it stops when processing requests, for example:
last entries in log before crash:
Code:
12268:20091228:155218.245 Processing request. 12268:20091228:155218.245 Requested [perf_counter[\PhysicalDisk(_Total)\Avg. Disk Write Queue Length]]
Code:
12904:20091228:160408.872 Processing request. 12904:20091228:160408.872 Requested [perf_counter[\System\File Write Bytes/sec]]
Code:
Log Name: System
Source: Service Control Manager
Date: 28.12.2009 16:38:41
Event ID: 7034
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: server.domain.com
Description:
The ZABBIX Agent service terminated unexpectedly. It has done this 10 time(s).
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Service Control Manager" Guid="{555908D1-A6D7-4695-8E1E-26931D2012F4}" EventSourceName="Service Control Manager" />
<EventID Qualifiers="49152">7034</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-12-28T14:38:41.000000000Z" />
<EventRecordID>1611673</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>server.domain.com</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">ZABBIX Agent</Data>
<Data Name="param2">10</Data>
</EventData>
</Event>
Code:
Log Name: Application
Source: Application Error
Date: 28.12.2009 15:47:18
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: server.domain.com
Description:
Faulting application zabbix_agentd.exe, version 0.0.0.0, time stamp 0x4b30f5b3, faulting module ntdll.dll, version 6.0.6002.18005, time stamp 0x49e0421d, exception code 0xc0000374, fault offset 0x00000000000aef37, process id 0x3224, application start time 0x01ca87c42a4b4656.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-12-28T13:47:18.000000000Z" />
<EventRecordID>32056</EventRecordID>
<Channel>Application</Channel>
<Computer>server.domain.com</Computer>
<Security />
</System>
<EventData>
<Data>zabbix_agentd.exe</Data>
<Data>0.0.0.0</Data>
<Data>4b30f5b3</Data>
<Data>ntdll.dll</Data>
<Data>6.0.6002.18005</Data>
<Data>49e0421d</Data>
<Data>c0000374</Data>
<Data>00000000000aef37</Data>
<Data>3224</Data>
<Data>01ca87c42a4b4656</Data>
</EventData>
</Event>
Comment