Opened 2 years ago
Closed 15 months ago
#440 closed defect (fixed)
nsclient.log fills up with 'we got more than we wanted'
| Reported by: | Remco_nsclient | Owned by: | MickeM |
|---|---|---|---|
| Priority: | 1 | Milestone: | 0.4.0 |
| Component: | Core | Version: | 0.3.8 |
| Severity: | Bugs | Keywords: | |
| Cc: |
Description
My nsclient.log fills up with this warnings:
error:modules\NRPEListener\NRPEListener.cpp:300: We got more then we wanted 1036, we got: 1040
I was first running a 0.3.8 client, but upgraded to 0.3.9.285 2011-02-16 which gave me te same result.
There are several services that are responsible for that entry, but one of them is the CheckServiceState command.
The command I run is:
/opt/plugins/check_nrpe -H azv-app -c CheckServiceState -a CheckAll exclude=SysmonLog "exclude=Acronis VSS Provider"
Whether I do it with, or without the exclude that does not matter.
In Nagios (I use OP5) the result is good, so thats not a problem. I know this command works fine because on another system with a groundwork trial it's executing without any problems.
Change History (3)
comment:1 Changed 2 years ago by mickem
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 2 years ago by Remco_nsclient
- Resolution worksforme deleted
- Status changed from closed to reopened
No, that didn;t work. use_ssl=0 was already the selected value.
When I change it to use_ssl=1 the errors become:
error:D:\source\nscp\branches\stable\include\Socket.h:713: Error: Could not complete SSL handshake : [-1] 1, attempting to resume...
I must mention that the command in both ways work fine, but just fills up my log.
comment:3 Changed 15 months ago by mickem
- Milestone changed from 0.3.9 to 0.4.0
- Resolution set to fixed
- Status changed from reopened to closed
- Version set to 0.3.8
Prsumably fixed with the new sockets









Two things come to mind.
1, SSL vs non SSL (ie. check_nrpe with ssl on and NSCLient++ with it off and vice versa).
2, Someone has changed the packet length of the check_nrpe command.
Michael Medin