Ignore:
Timestamp:
03/08/10 22:02:22 (2 years 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/include/config.h

    r240 r261  
    157157#define C_SYSTEM_ENUMPROC_METHOD_DEFAULT C_SYSTEM_ENUMPROC_METHOD_AUTO 
    158158 
     159#define CHECK_DISK_SECTION_TITLE _T("Check Disk") 
     160#define CHECK_DISK_SHOW_ERRORS _T("show_errors") 
     161#define CHECK_DISK_SHOW_ERRORS_DEFAULT 0 
    159162 
    160163#define EVENTLOG_SECTION_TITLE _T("Eventlog") 
Note: See TracChangeset for help on using the changeset viewer.