Changeset c37e58f in nscp for modules/SysTray


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
  • modules/SysTray/SysTray-2005.vcproj

    rc0522cd rc37e58f  
    2525      Name="Release|Win32" 
    2626      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    27       IntermediateDirectory="tmp\$(PlatformName)\$(ConfigurationName)" 
     27      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    2828      ConfigurationType="2" 
    2929      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    6666      <Tool 
    6767        Name="VCLinkerTool" 
    68         OutputFile="../../Release/modules/$(ProjectName).dll" 
     68        OutputFile="$(OutDir)\$(ProjectName).dll" 
    6969        LinkIncremental="1" 
    7070        ModuleDefinitionFile="SysTray.def" 
     
    104104      Name="Release|x64" 
    105105      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    106       IntermediateDirectory="tmp\$(PlatformName)\$(ConfigurationName)" 
     106      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    107107      ConfigurationType="2" 
    108108      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    146146      <Tool 
    147147        Name="VCLinkerTool" 
    148         OutputFile="../../Release/modules/$(ProjectName).dll" 
     148        OutputFile="$(OutDir)\$(ProjectName).dll" 
    149149        LinkIncremental="1" 
    150150        ModuleDefinitionFile="SysTray.def" 
     
    183183    <Configuration 
    184184      Name="Debug|Win32" 
    185       OutputDirectory="$(ConfigurationName)" 
    186       IntermediateDirectory="$(ConfigurationName)" 
     185      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
     186      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    187187      ConfigurationType="2" 
    188188      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    228228      <Tool 
    229229        Name="VCLinkerTool" 
    230         OutputFile="../../Debug/modules/$(ProjectName).dll" 
     230        OutputFile="$(OutDir)\$(ProjectName).dll" 
    231231        ModuleDefinitionFile="SysTray.def" 
    232232        GenerateDebugInformation="true" 
     
    261261    <Configuration 
    262262      Name="Debug|x64" 
    263       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    264       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     263      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
     264      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    265265      ConfigurationType="2" 
    266266      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    307307      <Tool 
    308308        Name="VCLinkerTool" 
    309         OutputFile="../../Debug/modules/$(ProjectName).dll" 
     309        OutputFile="$(OutDir)\$(ProjectName).dll" 
    310310        ModuleDefinitionFile="SysTray.def" 
    311311        GenerateDebugInformation="true" 
     
    340340    <Configuration 
    341341      Name="Distribution|Win32" 
    342       OutputDirectory="$(ConfigurationName)" 
    343       IntermediateDirectory="$(ConfigurationName)" 
     342      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
     343      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    344344      ConfigurationType="2" 
    345345      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    382382      <Tool 
    383383        Name="VCLinkerTool" 
    384         OutputFile="../../Dist/modules/$(ProjectName).dll" 
     384        OutputFile="$(OutDir)\$(ProjectName).dll" 
    385385        LinkIncremental="1" 
    386386        ModuleDefinitionFile="SysTray.def" 
     
    419419    <Configuration 
    420420      Name="Distribution|x64" 
    421       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    422       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     421      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
     422      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    423423      ConfigurationType="2" 
    424424      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    462462      <Tool 
    463463        Name="VCLinkerTool" 
    464         OutputFile="../../Dist/modules/$(ProjectName).dll" 
     464        OutputFile="$(OutDir)\$(ProjectName).dll" 
    465465        LinkIncremental="1" 
    466466        ModuleDefinitionFile="SysTray.def" 
     
    500500      Name="Nightly|Win32" 
    501501      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    502       IntermediateDirectory="$(ConfigurationName)" 
     502      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    503503      ConfigurationType="2" 
    504504      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    539539      <Tool 
    540540        Name="VCLinkerTool" 
     541        OutputFile="$(OutDir)\$(ProjectName).dll" 
    541542        LinkIncremental="1" 
    542543        ModuleDefinitionFile="SysTray.def" 
     
    575576      Name="Nightly|x64" 
    576577      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    577       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     578      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    578579      ConfigurationType="2" 
    579580      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    615616      <Tool 
    616617        Name="VCLinkerTool" 
     618        OutputFile="$(OutDir)\$(ProjectName).dll" 
    617619        LinkIncremental="1" 
    618620        ModuleDefinitionFile="SysTray.def" 
     
    650652    <Configuration 
    651653      Name="Debug-MemCheck|Win32" 
    652       OutputDirectory="$(ConfigurationName)" 
    653       IntermediateDirectory="$(ConfigurationName)" 
     654      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
     655      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    654656      ConfigurationType="2" 
    655657      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    695697      <Tool 
    696698        Name="VCLinkerTool" 
    697         OutputFile="../../Debug/modules/$(ProjectName).dll" 
     699        OutputFile="$(OutDir)\$(ProjectName).dll" 
    698700        ModuleDefinitionFile="SysTray.def" 
    699701        GenerateDebugInformation="true" 
     
    728730    <Configuration 
    729731      Name="Debug-MemCheck|x64" 
    730       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    731       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     732      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
     733      IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 
    732734      ConfigurationType="2" 
    733735      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     
    774776      <Tool 
    775777        Name="VCLinkerTool" 
    776         OutputFile="../../Debug/modules/$(ProjectName).dll" 
     778        OutputFile="$(OutDir)\$(ProjectName).dll" 
    777779        ModuleDefinitionFile="SysTray.def" 
    778780        GenerateDebugInformation="true" 
Note: See TracChangeset for help on using the changeset viewer.