Hello,
I am monitoring an event log for any errors. I am having success on this portion, but I'm unsure how to make the trigger clear after a certain amount of time. There is never anything logged in this particular log other than errors so there is not an informational event I can look for to clear the trigger.
Here is what I have tried, but it doesn't ever clear.
(({GPSERVER:eventlog[eConnect].logseverity(0)}=4)|({TRIGGER.VALUE}=1&({GPSERVER: eventlog[eConnect].nodata(30)}=1)))
Can someone help here?
Thanks!
Adam
I am monitoring an event log for any errors. I am having success on this portion, but I'm unsure how to make the trigger clear after a certain amount of time. There is never anything logged in this particular log other than errors so there is not an informational event I can look for to clear the trigger.
Here is what I have tried, but it doesn't ever clear.
(({GPSERVER:eventlog[eConnect].logseverity(0)}=4)|({TRIGGER.VALUE}=1&({GPSERVER: eventlog[eConnect].nodata(30)}=1)))
Can someone help here?
Thanks!
Adam
Comment