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/Jamroot

    r193 r261  
    1313feature.compose <character-set>multibyte : <define>_MBCS ; 
    1414 
     15path-constant TOP : . ; 
    1516 
    1617local toolset = [ MATCH "^--toolset=(.*)" : [ modules.peek : ARGV ] ] ; 
     
    5152path-constant BOOST_STAGE_LOCATE : $(stage-locate) ; 
    5253 
    53 if $(toolset) = "msvc" { 
     54if ( $(toolset) = "msvc" || $(toolset) = "msvc-8.0" ) { 
    5455  using bjam/openssl : : $(TOP)/lib-source/openssl-0.9.8g/include $(TOP)/lib ; 
    5556  using bjam/boost : : $(TOP)/lib-source/boost_1_35_0 $(TOP)/lib ; 
     
    172173    ; 
    173174 
    174 # all-modules = NSCAAgent ; 
     175# all-modules = CheckEventLog CheckExternalScripts CheckHelpers CheckSystem CheckTaskSched ; 
     176# all-modules = CheckWMI DebugLogMetrics FileLogger LUAScript ; 
     177# all-modules = NRPEClient NSCAAgent NSClientListener SysTray ;  
     178# all-modules = NRPEClient NRPEListener NSCAAgent NSClientListener SysTray;  
    175179 
    176180all-scripts = 
Note: See TracChangeset for help on using the changeset viewer.