Connection refused error on Windows servers
Posted: Wed Oct 14, 2015 4:25 pm
I have installed and configured NSClient on Windows boxes successfully. But after few days I found the issue that Nagios service automatically stopped in some time after starting it. Below is error log from client server. Please advice what can be fix for such kind of issues.
Code: Select all
Log Name: Application
Source: Application Error
Date: 10/14/2015 10:56:41 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: AllWorldIS.tpcx.com
Description:
Faulting application name: nscp.exe, version: 0.4.2.114, time stamp: 0x54af0563
Faulting module name: NSClientServer.dll, version: 0.4.2.114, time stamp: 0x54af04bb
Exception code: 0xc0000005
Fault offset: 0x00000000000f1150
Faulting process id: 0x6c0
Faulting application start time: 0x01d1068fde9feedc
Faulting application path: C:\Program Files\NSClient++\nscp.exe
Faulting module path: C:\Program Files\NSClient++\modules\NSClientServer.dll
Report Id: c68161cc-7283-11e5-be17-005056825e6e
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="2015-10-14T14:56:41.000000000Z" />
<EventRecordID>18324</EventRecordID>
<Channel>Application</Channel>
<Computer>AllWorldIS.tpcx.com</Computer>
<Security />
</System>
<EventData>
<Data>nscp.exe</Data>
<Data>0.4.2.114</Data>
<Data>54af0563</Data>
<Data>NSClientServer.dll</Data>
<Data>0.4.2.114</Data>
<Data>54af04bb</Data>
<Data>c0000005</Data>
<Data>00000000000f1150</Data>
<Data>6c0</Data>
<Data>01d1068fde9feedc</Data>
<Data>C:\Program Files\NSClient++\nscp.exe</Data>
<Data>C:\Program Files\NSClient++\modules\NSClientServer.dll</Data>
<Data>c68161cc-7283-11e5-be17-005056825e6e</Data>
</EventData>
</Event>