- Timestamp:
- 03/20/06 16:50:33 (7 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- aabbd97
- Parents:
- ec3fbc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
changelog
rec3fbc5 rf42280d 1 1 TODO: 2 2 * Process times and similar ? 3 * Add bind_to_address in the socket4 3 * Fix configuration GUI (low priority) 5 * Fix installer ( low priority)4 * Fix installer (after configuration UI) 6 5 * Service check to use Auto (filter by started setting etc.) 7 6 * Add module for relaying events 8 * Check multitasking problems on the sockets.9 7 * Add filtering to WMI module 10 8 * Fix WMI module 11 * Check date/time on eventlogs 12 * Add support for rendering results (eventlog etc) [In progress] 13 14 2006-02-12 MickeM 9 * Fix PDH problems 10 11 2006-03-02 MickeM 12 * Fixed bug in INI-file reader (memory leak) 13 14 2006-03-01 MickeM 15 * Fixed bug in CheckFile (now dates work correctly) 16 17 2006-02-26 MickeM 18 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%). 19 20 2006-02-25 MickeM 21 * Fixed Sections problem (now sections can be any size) 22 + Added bind_to_address option to both NRPE and NSClient section in the INI file. 23 Allows you to bind the listener to a specific IP address (only dotted number not host name). 24 This might break things as I had to do some internal rewrite of the Socket classes so be careful :) 25 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file) 26 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified. 27 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep. 28 This is an advanced setting and should not be used. If you get "connection refused" when running many client this might be something you want to tweak though. 29 And if you then start getting "Socket timeout" you might wanna tweak the timeout value as well because larger value here means it takes "longer" to process a socket. 30 - I have looked into the event log problem and dates seem to work here so if anyone still have problems (use the syntax option to debug) let me know. 31 * Moved listpdh and debugpdh into the CheckSystem module 32 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module) 33 34 2006-02-2? MickeM 15 35 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line. 16 36 Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
Note: See TracChangeset
for help on using the changeset viewer.








