I try to check if the nightly backup on the Exchange 2010 worked. It finishes somewhere between 02:00 and 06:00 in the morning. If it was successful, two new events 9827 (two databases are backed up) are written to the Application eventlog, a few hours before the ScheduleTime (06:30:00)
Here is the test (a few lines omitted):
Code: Select all
Method = NTLog
;--- Common properties ---
Title = Exchange #1 Daily Backup
ScheduleMode= OneTestPerDay
ScheduleTime= 06:30:00
Alerts = Message, Sound
ReverseAlert= Yes <<<<----- !!!!!!
UnknownIsBad= No
WarningIsBad= No
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
;--- Test specific properties ---
Computer = \\srk-exchange
Log = Application
Source =
ReportMode = AllEvents
TestOkMode = IfNoBadEvent
BadFilter = 1
CheckComp = Any
CheckType = Any
CheckID = AnyFromList
CheckDescr = Any
CompList =
IDList = ^M9827^M
DescrList =
[/size]
Result:
=====
Status: Ok (please note thet the alert is reversed!)
Recurrences: 2 [there should be 2 events 9827]
Reply: Message not found. Insertion strings:8595de13-31b4-4213-972b-907c2f2eeac2:6, Mailbox Database customers
What bothers me is the reply text: I am not sure if it doesn't contradict the Ok status, and I am not sure, therefore, how to interpret the result.
I must also confess that I am unsure if I correctly understand how to configure the NT Event Log test.
TIA
Alex