Show
Ignore:
Timestamp:
03/08/10 22:02:22 (5 months ago)
Author:
mickem
Message:

+ Added new option append-filter-<key>=<value> to CheckEventLog to allow "and" of filter rules.

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%)"

+ Added debug option to CheckEventLog (to allow settingdebug on per-check)
+ Added obfuscated_password to NSCA section
+ Added so "global" ([Settings] password=...) passwords are read from the NSCA module

Also various changes to make it build with latest version of boost build.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/changelog

    r240 r261  
    66 * Fix depend onservice LanManWorkStation (old win) 
    77 * Fix RtlStringFromGUID problem on NT4 
     8 
     92009-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  
     162009-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. 
    821 
    9222009-01-24 MickeM