Changeset 2f01f93 in nscp for changelog


Ignore:
Timestamp:
02/20/08 16:16:16 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
5b9d247
Parents:
95e4ace
Message:

+ Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and

eventually for relaying events.
Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
This is an early concept so don't expect much...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    r95e4ace r2f01f93  
    33 * Fix configuration GUI (low priority) 
    44 * Fix installer (after configuration UI) 
    5  * Add module for relaying events 
     5 * Add module for relaying events (in progress) 
    66 * Add API for rehashing the daemon (or implement it the API is there but does nothing) 
     7 * Improved socket performance (would be nice if we could be used as a "hub") 
     8 
     92008-02-19 MickeM 
     10 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and  
     11   eventually for relaying events. 
     12   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar 
     13   This is an early concept so don't expect much... 
    714 
    8152008-02-19 MickeM 
     
    1017  
    11182008-02-18 MickeM 
    12  + Added propper output handling to process subsystem (now you can execute programs tat return "much" data. 
     19 + Added proper output handling to process subsystem (now you can execute programs tat return "much" data. 
    1320 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket. 
    1421   Since check_nrpe doesn't do this it wont work in that end, but still... 
    1522 
    16232008-02-16 MickeM 
    17  + Refactored ExternalCommand handling so NRPE and new module does the same thing. 
     24 + Re factored ExternalCommand handling so NRPE and new module does the same thing. 
    1825 
    19262008-02-14 MickeM 
     
    23302008-02-13 MickeM 
    2431 + Added string_length to [Settings] as well (used internally) for all "injected" buffers. 
    25  * Fixed issue with scripts result truncated efter 1024 chars  
    26     (now they return "all" output and thus you can use the NRPE settings I adde yesterday :) 
    27  + Added hostname setting to [NSCA] section (must have been braindead when I did not add it before) 
     32 * Fixed issue with scripts result truncated after 1024 chars  
     33    (now they return "all" output and thus you can use the NRPE settings I added yesterday :) 
     34 + Added hostname setting to [NSCA] section (must have been when I did not add it before) 
    2835 + Added to NSCA truncates output when to long. 
    2936 
     
    3441 
    35422008-02-11 MickeM 
    36  + Added encryption support for NSCA module (about half of the algorithms are avalible,  
     43 + Added encryption support for NSCA module (about half of the algorithms are available,  
    3744     if someone wants to use one not available let me know, and I will try to add it) 
    3845 
     
    4855 
    49562008-02-07 MickeM 
    50  + Added default catch handlers to all wrapped plugin calls. 
     57 + Added default catch handlers to all wrapped plug in calls. 
    5158 
    52592008-02-05 MickeM 
Note: See TracChangeset for help on using the changeset viewer.