Changeset 9bb220f in nscp for changelog


Ignore:
Timestamp:
03/08/10 22:02:22 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
5b10435
Parents:
42ff14d
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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    r42ff14d r9bb220f  
    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 
Note: See TracChangeset for help on using the changeset viewer.