Xymon Mailing List Archive search

DISK IGNORE problem?

list Tim McCloskey
Thu, 03 Jul 2008 07:12:35 -0700
Message-Id: <user-8dd439316179@xymon.invalid>

Try: DISK %^/venice/kci11i.* IGNORE

The % defines the regex.  The / after the caret is not a seperator, it means "/" as in /root, /tmp.  No trailing / is 
needed.

DISK %^/venice/kci11i.*/ IGNORE
DISK %^/venice\/kci11i.*/ IGNORE
DISK %/kci11i.*/ IGNORE
DISK %/kci11i/ IGNORE