Hi,
Today we have a logfile monitor that is working very well for finding ORA- in a log file. We use the "LogParser PowerShell w/Message Return"
However I would want to monitor another logfile but in this case I want it to alert when error code is not equal to 0.
So we have an application that is putting out information in a logfile. The logfile is growing constantly. When the upload is okay it outputs "code 0" when it is not okay it outputs "code -1" or some else number. So that is what I would want it to alert on.
I see that the log parser is using regex and of my knowledge it is very easy to find something in a file but not so easy to "not find"
So if this is possible it would be very much appreciated. If this can be accomplished in some other way then that too would be fine.
Thanks in advance.