How to search "error." pattern with LOG
In <user-3f5b11d0ef2b@xymon.invalid> Vincent Schultz <user-c08270e43333@xymon.invalid> writes:
I am trying to monitor a log file in order to be alerted when the string "error." appears.
LOG /tmp/log error. COLOR=yellow ==> does not work
Does anyone can help me to find the correct regexp please ?
How about LOG /var/log/YOURLOGFILENAME error\. Regards, Henrik