| | 8 | |
| | 9 | 2009-03-08 MickeM |
| | 10 | + Added new option append-filter-<key>=<value> to CheckEventLog to allow "and" of filter rules. |
| | 11 | 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%)" |
| | 12 | + Added debug option to CheckEventLog (to allow settingdebug on per-check) |
| | 13 | + Added obfuscated_password to NSCA section |
| | 14 | + Added so "global" ([Settings] password=...) passwords are read from the NSCA module |
| | 15 | |
| | 16 | 2009-02-26 MickeM |
| | 17 | * Changed fo missing files and such generate an error |
| | 18 | * Added option to return error messages to the client [CheckDisk] show_errors=1 (defauilt is off 0) |
| | 19 | * Added warning message ewhen numerical filters evaluate to zero (and are not 0) |
| | 20 | * Fixed major issue with date mathing in CheckFile* which was not working at all. |