I am trying to monitor Windows event log to trigger on filesystem errors. The event ID for this is 52. It works, but it also returns event id 521 as well. My item is configured as below:
Item configuration:

The question is how do I get it to return ONLY event id 52. I have tried with and without quotes to no avail.. As per the manual it seems that it should return only event id 52 unless I use some form of regex.
Here is an example of an incorrect event id being picked up

Here is an example of a correct event id being picked up

These are different hosts but use the same item from the same template.
Item configuration:
The question is how do I get it to return ONLY event id 52. I have tried with and without quotes to no avail.. As per the manual it seems that it should return only event id 52 unless I use some form of regex.
Here is an example of an incorrect event id being picked up
Here is an example of a correct event id being picked up
These are different hosts but use the same item from the same template.
Comment