Changeset 3f569d3 in nscp for changelog


Ignore:
Timestamp:
11/26/07 21:45:47 (6 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    r99e4d8f r3f569d3  
    66 * Add API for rehashing the daemon (or implement it the API is there but does nothing) 
    77 
     82007-11-26 MickeM 
     9 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(") 
     10 * More 2k5 build tweaks 
     11 
    8122007-11-23 MickeM 
    9  * Converted to unicode (damn sometimes I **HATE** C++) 
     13 * Converted to Unicode (damn sometimes I **HATE** C++) 
    1014 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor" 
    1115 
     
    15192007-11-21 MickeM 
    1620 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1) 
    17  * Fixed som missing exceptions that were not caught 
     21 * Fixed some missing exceptions that were not caught 
    1822 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set: 
    1923     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption 
    2024    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning" 
    21  - Removed documenation from SVN (as it is old and outdated and no longer used) 
     25 - Removed from SVN (as it is old and outdated and no longer used) 
    2226 
    23272007-11-20 MickeM 
     
    2832 + Added -noboot option to startup used for running command line utilities without booting the client 
    2933   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance 
    30  + Added fallback to try <module> and <module>.dll if the module was nhot loaded (when running command lines) 
    31  * Migrated 2008 project files to new name and backported to 2005 project files. 
     34 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines) 
     35 * Migrated 2008 project files to new name and back ported to 2005 project files. 
    3236 
    33372007-11-16 MickeM 
    3438 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :). 
    35  + Added sample VBS script and defenitions 
     39 + Added sample VBS script and definitions 
    3640 
    37412007-11-15 MickeM 
    38  * Improved error message when external NRPE command failes. 
     42 * Improved error message when external NRPE command failles. 
    3943 
    40442007-11-14 MickeM 
     
    4246 * Improved error handling for external commands 
    4347 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout) 
    44  + Added an english fallback if "local" language PDH counters fail. 
     48 + Added an English fall back if "local" language PDH counters fail. 
    4549 
    46502007-11-12 MickeM 
Note: See TracChangeset for help on using the changeset viewer.