Changeset f42280d in nscp for changelog


Ignore:
Timestamp:
03/20/06 16:50:33 (7 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
aabbd97
Parents:
ec3fbc5
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    rec3fbc5 rf42280d  
    11TODO:  
    22 * Process times and similar ? 
    3  * Add bind_to_address in the socket 
    43 * Fix configuration GUI (low priority) 
    5  * Fix installer (low priority) 
     4 * Fix installer (after configuration UI) 
    65 * Service check to use Auto (filter by started setting etc.) 
    76 * Add module for relaying events 
    8  * Check multitasking problems on the sockets. 
    97 * Add filtering to WMI module 
    108 * 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 
     112006-03-02 MickeM 
     12 * Fixed bug in INI-file reader (memory leak) 
     13 
     142006-03-01 MickeM 
     15 * Fixed bug in CheckFile (now dates work correctly) 
     16 
     172006-02-26 MickeM 
     18 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%). 
     19 
     202006-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  
     342006-02-2? MickeM 
    1535 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line. 
    1636   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.