Changeset 263 for branches/stable/changelog
- Timestamp:
- 04/13/10 23:47:25 (22 months ago)
- File:
-
- 1 edited
-
branches/stable/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/changelog
r262 r263 6 6 * Fix depend onservice LanManWorkStation (old win) 7 7 * Fix RtlStringFromGUID problem on NT4 8 9 2010-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 14 2010-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) 8 19 9 20 2010-04-04 MickeM
Note: See TracChangeset
for help on using the changeset viewer.







