Changeset 3692371 in nscp for changelog


Ignore:
Timestamp:
01/20/09 19:53:38 (4 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
04f2743
Parents:
a4689fc
Message:

2009-01-20 MickeM

  • Fixed issue with CheckWMI when no filter was specified.

2009-01-17 MickeM

+ Added new command line option pdhlookup (to CheckSystem) to lookup index from names.

Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"

  • Fixed so PDH Collectors use the same exception as the rest of the PDH stuff (might give better errors when PDH breaks, but I doubt it)
  • removed debug output from -noboot + Added new command line option pdhmatch to use pattern matching on PDH queries Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
  • Improved error reporting in the PDH subsystem. + Added new module A_DebugLogMetrics.dll which can be used to generate debug info. Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
  • Fixed handle leak in CheckExternalProcess? and NRPEListsner (executing commands).

2009-01-13 MickeM

  • Fixed issue with 64-bit installer (now installs under Program Files (and not x86) + Brand new build enviornment based upon boost build!!! Use batch file to build (release-build.bat or modify to make your own)
  • Modified /about so it now shows a lot of usefull(?) info.

2008-11-13 MickeM

+ Added truncate option to checkServiceState

2008-09-24 MickeM

  • Imroved the installer (now auto-updates the version when built)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    ra4689fc r3692371  
    44 * Add API for rehashing the daemon (or implement it the API is there but does nothing) 
    55 * Improved socket performance (would be nice if we could be used as a "hub") 
     6 
     72009-01-20 MickeM  
     8 * Fixed issue with CheckWMI when no filter was specified. 
     9 
     102009-01-17 MickeM 
     11 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names. 
     12   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser" 
     13 * Fixed so PDH Collectors use the same exception as the rest of the PDH stuff (might give better errors when PDH breaks, but I doubt it) 
     14 * removed debug output from -noboot 
     15 + Added new command line option pdhmatch to use pattern matching on PDH queries 
     16   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar 
     17 * Improved error reporting in the PDH subsystem. 
     18 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info. 
     19   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics. 
     20 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands). 
     21 
     222009-01-13 MickeM 
     23 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86) 
     24 + Brand new build enviornment based upon boost build!!! 
     25   Use batch file to build (release-build.bat or modify to make your own) 
     26 * Modified /about so it now shows a lot of usefull(?) info. 
     27 
     282008-11-13 MickeM 
     29 + Added truncate option to checkServiceState 
    630 
    7312008-09-24 MickeM 
Note: See TracChangeset for help on using the changeset viewer.