Changeset 3f569d3 in nscp for modules/CheckEventLog
- Timestamp:
- 11/26/07 21:45:47 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 978bd31
- Parents:
- a60995a
- Location:
- modules/CheckEventLog
- Files:
-
- 2 edited
-
CheckEventLog-2005.vcproj (modified) (2 diffs)
-
CheckEventLog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckEventLog/CheckEventLog-2005.vcproj
r7e33d82 r3f569d3 24 24 <Configuration 25 25 Name="Release|Win32" 26 OutputDirectory="$( ConfigurationName)"26 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 27 27 IntermediateDirectory="$(ConfigurationName)" 28 28 ConfigurationType="2" … … 104 104 <Configuration 105 105 Name="Release|x64" 106 OutputDirectory="$( PlatformName)\$(ConfigurationName)"106 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 107 107 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 108 108 ConfigurationType="2" -
modules/CheckEventLog/CheckEventLog.cpp
r99e4d8f r3f569d3 220 220 #define BUFFER_SIZE 1024*64 221 221 NSCAPI::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")) ;223 222 if (command != _T("CheckEventLog")) 224 223 return NSCAPI::returnIgnored; … … 299 298 return NSCAPI::returnUNKNOWN; 300 299 } 301 NSC_DEBUG_MSG_STD(_T("001") + message) ;302 300 303 301 unsigned long int hit_count = 0;
Note: See TracChangeset
for help on using the changeset viewer.








