Changeset c1d545e in nscp for changelog


Ignore:
Timestamp:
02/09/08 11:36:31 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
1a35b3f
Parents:
047516e
Message:

2008-02-09 MickeM

+ New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)

  • Can Check batch/vbs/programs/*
  • Works with NSCA module (if you don't want to have NRPE at the same time)
  • Simpler syntax (discarded old and added new section for alias)
  • Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    r047516e rc1d545e  
    66 * Add API for rehashing the daemon (or implement it the API is there but does nothing) 
    77 
     82008-02-09 MickeM 
     9 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module) 
     10   - Can Check batch/vbs/programs/* 
     11   - Works with NSCA module (if you don't want to have NRPE at the same time) 
     12   - Simpler syntax (discarded old and added new section for alias) 
     13   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them) 
     14 
    8152008-02-08 MickeM 
    916 + Added some more default catch handlers (on the "core" side of plugin-calls). 
     
    2027 
    21282008-02-03 MickeM 
    22  + Added encryption subsystem to NSCA module (still no mcrypt support, but atleast you have "xor" and passwords) 
     29 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords) 
    2330 + Added API for scripts to register commands 
    2431 + Added command descriptions (for some modules) 
    2532 * Fixed issue in NRPE that displayed a console window when running commands 
    2633 * New improved "inject" dialog from the system tray 
    27    Lists avalible commands, and shows command descriptions and a lot of other improvments. 
    28  + Added an internal log windows that displays log in realtime. 
     34   Lists available commands, and shows command descriptions and a lot of other improvements. 
     35 + Added an internal log windows that displays log in real-time. 
    2936 + Fixed some issues with the dialog procs (should work smoother now, especially Termination) 
    3037 
    31382008-02-02 MickeM 
    3239 * Might have fixed the "missing eventlog messages" problem. 
    33  + Added %count% parameter to syntax which (when used with unique) will display the numbe of hits for each message displayed. 
     40 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed. 
    3441 
    35422008-01-27 MickeM 
    3643 * Fixed a memory-leak in format_time 
    3744 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check 
    38  + Added %message% to evenlog check. Will display the "proper formated eventlog message" as in the eventlog viewer. 
     45 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer. 
    3946   For this to work you need to have the descriptions flag set 
    4047   In short: /nrpe -H 192.168.0.147 -c checkEventLog -a truncate=1024 "syntax=%generated%: %message%" descriptions=true file=System MaxWarn=1 MaxCrit=1 filter+eventType==error filter+generated=\<12h filter=new filter=all filter=in 
     
    5057 
    51582007-12-10 MickeM 
    52  + Added intial draft for LUA module 
     59 + Added initial draft for LUA module 
    5360 
    54612007-12-09 MickeM 
     
    5663 + Improved the socket thread with: 
    5764    * a default-catch 
    58     * If the socket failes to start we still wait for it to shut down (no error message) 
     65    * If the socket fails to start we still wait for it to shut down (no error message) 
    5966 + Added first version of the NSCA agent (NSCAgent.dll) 
    6067   (no encryption support as of yet, but will come) 
     
    7380 * Fixed some UNICODE issues with process-listings 
    7481 + Added an error message if the "detected" process enumeration method is not available. 
    75  + Fixed some more unicode issues Password encrypt/decrypt: #107 
    76  * Fixed unicode issues with "external programs" #109 
     82 + Fixed some more Unicode issues Password encrypt/decrypt: #107 
     83 * Fixed Unicode issues with "external programs" #109 
    7784 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39 
    7885 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39 
Note: See TracChangeset for help on using the changeset viewer.