Changeset 3f569d3 in nscp for modules/CheckEventLog


Ignore:
Timestamp:
11/26/07 21:45:47 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
978bd31
Parents:
a60995a
Message:

2007-11-26 MickeM

+ Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")

  • More 2k5 build tweaks
Location:
modules/CheckEventLog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckEventLog/CheckEventLog-2005.vcproj

    r7e33d82 r3f569d3  
    2424    <Configuration 
    2525      Name="Release|Win32" 
    26       OutputDirectory="$(ConfigurationName)" 
     26      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    2727      IntermediateDirectory="$(ConfigurationName)" 
    2828      ConfigurationType="2" 
     
    104104    <Configuration 
    105105      Name="Release|x64" 
    106       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     106      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    107107      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    108108      ConfigurationType="2" 
  • modules/CheckEventLog/CheckEventLog.cpp

    r99e4d8f r3f569d3  
    220220#define BUFFER_SIZE 1024*64 
    221221NSCAPI::nagiosReturn CheckEventLog::handleCommand(const strEx::blindstr command, const unsigned int argLen, TCHAR **char_args, std::wstring &message, std::wstring &perf) { 
    222   NSC_DEBUG_MSG_STD(_T("000-1")) ; 
    223222  if (command != _T("CheckEventLog")) 
    224223    return NSCAPI::returnIgnored; 
     
    299298    return NSCAPI::returnUNKNOWN; 
    300299  } 
    301     NSC_DEBUG_MSG_STD(_T("001") + message) ; 
    302300 
    303301  unsigned long int hit_count = 0; 
Note: See TracChangeset for help on using the changeset viewer.