Ignore:
Timestamp:
04/13/10 23:47:25 (22 months ago)
Author:
mickem
Message:

2010-04-09 MickeM

+ Added support for dates in the new CheckEventLog so the following are equvivalent:

CheckEventLog debug=true file=application file=system MaxWarn=1 MaxCrit=1 "filter=generated lt -2d AND severity = 'error'" truncate=800 unique descriptions "syntax=%severity%: %source%: %strings% (%count%)"
CheckEventLog debug=true file=application file=system filter=new filter=in MaxWarn=1 MaxCrit=1 filter+generated=gt:2d filter+severity==error truncate=800 unique descriptions "syntax=%severity%: %source%: %strings% (%count%)" debug-threshold=100

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/changelog

    r262 r263  
    66 * Fix depend onservice LanManWorkStation (old win) 
    77 * Fix RtlStringFromGUID problem on NT4 
     8 
     92010-04-09 MickeM 
     10 + Added support for dates in the new CheckEventLog so the following are equvivalent: 
     11    CheckEventLog debug=true file=application file=system MaxWarn=1 MaxCrit=1 "filter=generated lt -2d AND severity = 'error'" truncate=800 unique descriptions "syntax=%severity%: %source%: %strings% (%count%)" 
     12    CheckEventLog debug=true file=application file=system filter=new filter=in MaxWarn=1 MaxCrit=1 filter+generated=gt:2d filter+severity==error truncate=800 unique descriptions "syntax=%severity%: %source%: %strings% (%count%)" debug-threshold=100 
     13 
     142010-04-09 MickeM 
     15 + Added "like" keyword to comapre strings like so: 
     16    "filter=severity = 'error' AND strings like 'SQLEXPRESS'" 
     17    CheckEventLog debug=true file=application file=system MaxWarn=1 MaxCrit=1 "filter=severity = 'error' AND strings like 'SQLEXPRESS'" truncate=800 unique descriptions "syntax=%severity%: %source%: %strings% (%count%)" 
     18 * Fixed eventlog check issue (Reverted "major eventlog change" since it did in fact break to many things) 
    819 
    9202010-04-04 MickeM 
Note: See TracChangeset for help on using the changeset viewer.