Xymon Mailing List Archive search

syntax for log monitoring with spaces?

list Craig Cook
Tue, 30 Dec 2008 11:02:17 -0500
Message-Id: <user-72847923f24e@xymon.invalid>

Whitespace in the patterns is likely to trip up the parser. Wrap the
pattern in quotes, or use [[:space:]] instead of space.
Using [[:space:]] seems to be working.

Thanks

Craig