Changeset 262 for branches/stable/changelog
- Timestamp:
- 04/08/10 21:48:28 (22 months ago)
- File:
-
- 1 edited
-
branches/stable/changelog (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/changelog
r261 r262 7 7 * Fix RtlStringFromGUID problem on NT4 8 8 9 2009-03-08 MickeM 9 2010-04-04 MickeM 10 - Reverted "major eventlog change" since it did in fact break to many things 11 + Added new major addition to CheckEventLog 12 CheckEventLog has a compleatly new syntax borrowed from SQL. 13 CheckEventLog MaxWarn=1 MaxCrit=1 "filter=(id = 123 OR id = 321) AND (severity='warning' OR severity='error')" 14 Avalible operators are: =, !=, >, <, >=, <=, eq, ne, gt, lt, ge, le, OR, AND 15 Avalible functions are: convert(<value>) (will try to automatically convert type) 16 Avalible variables are: severity (others may work but this will come in the next week) 17 18 2010-03-24 MickeM 19 + added a new "option" in conjunction with -c you can now do -m to specify the module to load. 20 nsclient++ -m CheckDisk.dll -c CheckDriveSize MaxWarn=100 CheckAll 21 This prevents socket based modules from loading causing "bind" errors. 22 23 2010-03-11 MickeM 24 * Fixed MAJOR issue with CheckEventLog and this might actually break "existing" checks so let me know. 25 Problem was I matched filter+ incorrectly. 26 + Added new option debug-threshold to set "after which rule" we will start dumping filter matches (very usefull to ignore first rule) 27 CheckEventLog debug=true debug-threshold=1 (will be alot more usefull then without the threshold) 28 29 2010-03-08 MickeM 10 30 + Added new option append-filter-<key>=<value> to CheckEventLog to allow "and" of filter rules. 11 31 CheckEventLog file=application file=system filter=out MaxWarn=1 MaxCrit=1 filter-eventID=ne:1 filter-eventID=eq:1 append-filter-eventSource==SecurityCenter truncate=1023 unique descriptions "syntax=%source%: %id% (%count%)" … … 14 34 + Added so "global" ([Settings] password=...) passwords are read from the NSCA module 15 35 16 20 09-02-26 MickeM36 2010-02-26 MickeM 17 37 * Changed fo missing files and such generate an error 18 38 * Added option to return error messages to the client [CheckDisk] show_errors=1 (defauilt is off 0) … … 20 40 * Fixed major issue with date mathing in CheckFile* which was not working at all. 21 41 22 20 09-01-24 MickeM42 2010-01-24 MickeM 23 43 * Fixed so files locked for reading can be chcked (basic checks) 24 44 * Improved speed of file chyecking (does not check file data twice) 25 45 26 20 09-01-23 MickeM46 2010-01-23 MickeM 27 47 + Added checks for missing path and missing filter on CheckFile2 thus 28 48 CheckFile2 without paths and/or filters will have status unknown.
Note: See TracChangeset
for help on using the changeset viewer.







