regex question
In <004a01c90e5e$086bd890$user-582c04793b44@xymon.invalid> "Marco Avvisano" <user-e09c0f3f8c70@xymon.invalid> writes:
I try to insert "\" in my hobbit-client.cfg, but not work
LOG /mylog.log %ERROR*\| COLOR=red
Shouldn't that be ".*" instead of just "*" ? LOG /mylog.log %ERROR.*\| COLOR=red I don't believe the backslash-escape is needed. Henrik