Changeset c37e58f in nscp for helpers


Ignore:
Timestamp:
09/14/08 23:21:44 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
8986739
Parents:
7221dc8
Message:

2008-09-14 MickeM - 0.3.4 RC-4

  • Fixed issue with OS detection (again)
  • Fixed issue with plugin unloading (again)
  • Fixed issue with SSL socket not unloading properly
  • Fixed issue with "login" and "no session" (should work now I hope) (#222)
  • Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)

2008-09-12 MickeM

  • Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!

2008-09-09 MickeM - 0.3.4 RC-3

  • Improved error handling for the WMI checks. + CheckWMI: Added support for extracting numbers from strings
  • Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
  • Fixed issue with & and some commands via check_nt.
  • Fixed a crash on exit (which I added in Rc1).
  • Added 10 "bytes" the CPU buffer: (#174) + Added new option to [EventLog?] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
  • Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • helpers/systray_helper/systray_helper.vcproj

    rbc97cd8 rc37e58f  
    2121    <Configuration 
    2222      Name="Debug|Win32" 
    23       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    24       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     23      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 
     24      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    2525      ConfigurationType="1" 
    2626      CharacterSet="1" 
     
    6565      <Tool 
    6666        Name="VCLinkerTool" 
    67         OutputFile="..\..\Debug/systray.exe" 
     67        OutputFile="$(OutDir)\nstray.exe" 
    6868        LinkIncremental="2" 
    6969        GenerateDebugInformation="true" 
     
    9898    <Configuration 
    9999      Name="Debug|x64" 
    100       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    101       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     100      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 
     101      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    102102      ConfigurationType="1" 
    103103      CharacterSet="1" 
     
    143143      <Tool 
    144144        Name="VCLinkerTool" 
    145         OutputFile="..\..\Debug/systray.exe" 
     145        OutputFile="$(OutDir)\nstray.exe" 
    146146        LinkIncremental="2" 
    147147        GenerateDebugInformation="true" 
     
    177177      Name="Release|Win32" 
    178178      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 
    179       IntermediateDirectory="tmp\$(PlatformName)\$(ConfigurationName)" 
     179      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    180180      ConfigurationType="1" 
    181181      CharacterSet="1" 
     
    218218      <Tool 
    219219        Name="VCLinkerTool" 
    220         OutputFile="..\..\Release/systray.exe" 
     220        OutputFile="$(OutDir)\nstray.exe" 
    221221        LinkIncremental="1" 
    222222        GenerateDebugInformation="true" 
     
    254254      Name="Release|x64" 
    255255      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 
    256       IntermediateDirectory="tmp\$(PlatformName)\$(ConfigurationName)" 
     256      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    257257      ConfigurationType="1" 
    258258      CharacterSet="1" 
     
    296296      <Tool 
    297297        Name="VCLinkerTool" 
    298         OutputFile="$(OutDir)\systray.exe" 
     298        OutputFile="$(OutDir)\nstray.exe" 
    299299        LinkIncremental="1" 
    300300        GenerateDebugInformation="true" 
     
    332332      Name="Nightly|Win32" 
    333333      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 
    334       IntermediateDirectory="tmp\$(PlatformName)\$(ConfigurationName)" 
     334      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    335335      ConfigurationType="1" 
    336336      CharacterSet="1" 
     
    373373      <Tool 
    374374        Name="VCLinkerTool" 
    375         OutputFile="$(OutDir)\systray.exe" 
     375        OutputFile="$(OutDir)\nstray.exe" 
    376376        LinkIncremental="1" 
    377377        GenerateDebugInformation="false" 
     
    409409      Name="Nightly|x64" 
    410410      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 
    411       IntermediateDirectory="tmp\$(PlatformName)\$(ConfigurationName)" 
     411      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    412412      ConfigurationType="1" 
    413413      CharacterSet="1" 
     
    451451      <Tool 
    452452        Name="VCLinkerTool" 
    453         OutputFile="$(OutDir)\systray.exe" 
     453        OutputFile="$(OutDir)\nstray.exe" 
    454454        LinkIncremental="1" 
    455455        GenerateDebugInformation="false" 
Note: See TracChangeset for help on using the changeset viewer.