- Timestamp:
- 02/09/08 11:36:31 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 1a35b3f
- Parents:
- 047516e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
changelog
r047516e rc1d545e 6 6 * Add API for rehashing the daemon (or implement it the API is there but does nothing) 7 7 8 2008-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 8 15 2008-02-08 MickeM 9 16 + Added some more default catch handlers (on the "core" side of plugin-calls). … … 20 27 21 28 2008-02-03 MickeM 22 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)29 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords) 23 30 + Added API for scripts to register commands 24 31 + Added command descriptions (for some modules) 25 32 * Fixed issue in NRPE that displayed a console window when running commands 26 33 * New improved "inject" dialog from the system tray 27 Lists ava lible commands, and shows command descriptions and a lot of other improvments.28 + Added an internal log windows that displays log in real time.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. 29 36 + Fixed some issues with the dialog procs (should work smoother now, especially Termination) 30 37 31 38 2008-02-02 MickeM 32 39 * 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. 34 41 35 42 2008-01-27 MickeM 36 43 * Fixed a memory-leak in format_time 37 44 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check 38 + Added %message% to even log 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. 39 46 For this to work you need to have the descriptions flag set 40 47 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 … … 50 57 51 58 2007-12-10 MickeM 52 + Added in tial draft for LUA module59 + Added initial draft for LUA module 53 60 54 61 2007-12-09 MickeM … … 56 63 + Improved the socket thread with: 57 64 * a default-catch 58 * If the socket fail es 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) 59 66 + Added first version of the NSCA agent (NSCAgent.dll) 60 67 (no encryption support as of yet, but will come) … … 73 80 * Fixed some UNICODE issues with process-listings 74 81 + Added an error message if the "detected" process enumeration method is not available. 75 + Fixed some more unicode issues Password encrypt/decrypt: #10776 * Fixed unicode issues with "external programs" #10982 + Fixed some more Unicode issues Password encrypt/decrypt: #107 83 * Fixed Unicode issues with "external programs" #109 77 84 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39 78 85 + added support for <date strings> to check_nt:s FILEAGE command, Issue #39
Note: See TracChangeset
for help on using the changeset viewer.








