Hello there,
I'm having a problem with the event logs item key option. My key looks like this:
eventlog[System,,"Warning|Error|Failure|Critical",7,,,]
With this key I want to monitor the bad blocks disk event, which event ID is 7.
The problem is that this key monitors every event which contains 7 on it's id, like
7000, 57, and so on. The regex is working in a "contains" fashion rather than an "exact match" one. Is there a way to fix this?
Thank you!
I'm having a problem with the event logs item key option. My key looks like this:
eventlog[System,,"Warning|Error|Failure|Critical",7,,,]
With this key I want to monitor the bad blocks disk event, which event ID is 7.
The problem is that this key monitors every event which contains 7 on it's id, like
7000, 57, and so on. The regex is working in a "contains" fashion rather than an "exact match" one. Is there a way to fix this?
Thank you!
Comment