Changeset 23c63eb in nscp for modules


Ignore:
Timestamp:
11/16/07 22:32:58 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
5044c09
Parents:
b0ae738
Message:

2007-11-16 MickeM

  • Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :). + Added sample VBS script and definitions

2007-11-15 MickeM

  • Improved error message when external NRPE command fails.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NRPEListener/NRPEListener.cpp

    rb0ae738 r23c63eb  
    328328  } 
    329329  else { 
    330     msg = "NRPE_NT failed to create process, exiting..."; 
     330    msg = "NRPE_NT failed to create process (" + command + "): " + error::lookup::last_error(); 
    331331    result = NSCAPI::returnUNKNOWN; 
    332332    CloseHandle(hChildInR); 
Note: See TracChangeset for help on using the changeset viewer.