Hello All,
I have serious problem and I'll loose my mind very soon if I can't solve it
I read several topics but couldn't got an exact answer about Windows Eventlogging.
Here is the situation;
I can get last value info from the agent but I don't know how can I set a trigger to it.
I want to be notified when it comes from a specific source (application) and severity (high)
i.e;
({MYHOST:eventlog[application].logsource(NETWORKER)})&({MYHOST:eventlog[application].logseverity(4)}=4)
this is not working
I have serious problem and I'll loose my mind very soon if I can't solve it

I read several topics but couldn't got an exact answer about Windows Eventlogging.
Here is the situation;
I can get last value info from the agent but I don't know how can I set a trigger to it.
I want to be notified when it comes from a specific source (application) and severity (high)
i.e;
({MYHOST:eventlog[application].logsource(NETWORKER)})&({MYHOST:eventlog[application].logseverity(4)}=4)
this is not working
Comment