- Timestamp:
- 02/20/08 16:16:16 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 5b9d247
- Parents:
- 95e4ace
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
changelog
r95e4ace r2f01f93 3 3 * Fix configuration GUI (low priority) 4 4 * Fix installer (after configuration UI) 5 * Add module for relaying events 5 * Add module for relaying events (in progress) 6 6 * 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 9 2008-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... 7 14 8 15 2008-02-19 MickeM … … 10 17 11 18 2008-02-18 MickeM 12 + Added prop per 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. 13 20 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket. 14 21 Since check_nrpe doesn't do this it wont work in that end, but still... 15 22 16 23 2008-02-16 MickeM 17 + Re factored 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. 18 25 19 26 2008-02-14 MickeM … … 23 30 2008-02-13 MickeM 24 31 + Added string_length to [Settings] as well (used internally) for all "injected" buffers. 25 * Fixed issue with scripts result truncated efter 1024 chars26 (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 braindeadwhen 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) 28 35 + Added to NSCA truncates output when to long. 29 36 … … 34 41 35 42 2008-02-11 MickeM 36 + Added encryption support for NSCA module (about half of the algorithms are ava lible,43 + Added encryption support for NSCA module (about half of the algorithms are available, 37 44 if someone wants to use one not available let me know, and I will try to add it) 38 45 … … 48 55 49 56 2008-02-07 MickeM 50 + Added default catch handlers to all wrapped plug in calls.57 + Added default catch handlers to all wrapped plug in calls. 51 58 52 59 2008-02-05 MickeM
Note: See TracChangeset
for help on using the changeset viewer.








