I need help with another notifications settings:
Mail Relay:
Test interval: 5 min
Start when: 3 Bad
Repeat: every 5 min
This code working strange:
Code: Select all
(%FailureIteration% mod (300 div %Interval_Sec%)) == 3
Thank you!
Code: Select all
(%FailureIteration% mod (300 div %Interval_Sec%)) == 3
What exactly event is not processed?
Code: Select all
EVENTCREATE /T ERROR /ID 1000 /L SYSTEM /D "My application error mesaage"
Code: Select all
Reply : Message not found. Insertion strings:
Code: Select all
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\System]
Code: Select all
9/13/2013 7:00:27 AM
9/13/2013 7:33:55 AM
9/13/2013 8:07:22 AM
9/13/2013 8:40:50 AM
9/13/2013 9:14:18 AM
9/13/2013 9:47:46 AM
Code: Select all
%FailureIteration% mod 60 == 2