Ryan - 2008-03-27

   I'm using this program's NRPEListener module on four machines (Running Win2K3 or Windows XP).  The nsclient++ program leaks a windows handle whenever a check is called from check_nrpe.  I set a Window's Scheduled task to reset the nsclient++ service every so often. 

I'd just like to stop resetting the service, does anyone know how to fix this or what I did wrong?

***** NSC.ini File Without Comments *****

[modules]

NRPEListener.dll

[Settings]

allowed_hosts=192.168.101.101/32

use_file=1

[NRPE]

bind_to_address=192.168.100.100

[NRPE Handlers]

command[nrpe_ok]="C:\Program Files\NSClient++\scripts\ok.bat"

*****************************************

************ ok.bat File ****************

@echo Good

@exit 0

*****************************************

I was watching the Handles Column for NSClient++.exe in ProcessExplorer (www.sysinternals.com).

This happens with every .vbs script called as well.

Thx,

  -Ryan