Hi,
I have four triggers:
{mycomputer:eventlog[Application].logseverity(High)}=1
{mycomputer:eventlog[System].logseverity(High)}=1
{mycomputer:eventlog[Application].logseverity(Warning)}=1
{mycomputer:eventlog[System].logseverity(Warning)}=1
I monitor both the System and Application log with no issues, I see all the events coming in 'informational','high','warning' however, my Warning triggers are constantly true when I know for a fact I do not have any warnings...
Can someone please tell me how I can manually clear out my triggers just incase there are some stale triggers about which are confusing things? I've tried emptying out my events table but still the triggers are there and are true...
Does that make sense?
Regards
I have four triggers:
{mycomputer:eventlog[Application].logseverity(High)}=1
{mycomputer:eventlog[System].logseverity(High)}=1
{mycomputer:eventlog[Application].logseverity(Warning)}=1
{mycomputer:eventlog[System].logseverity(Warning)}=1
I monitor both the System and Application log with no issues, I see all the events coming in 'informational','high','warning' however, my Warning triggers are constantly true when I know for a fact I do not have any warnings...
Can someone please tell me how I can manually clear out my triggers just incase there are some stale triggers about which are confusing things? I've tried emptying out my events table but still the triggers are there and are true...
Does that make sense?
Regards
Comment