Xymon Mailing List Archive search

bug in DISK check ?

list Nicolas Dorfsman
Tue, 27 Jun 2006 16:38:20 +0200
Message-Id: <user-90d9834fa41a@xymon.invalid>

Le 23 juin 06 à 22:59, Larry Barber a écrit :
There is a DEFAULT block in hobbit-clients.cfg, that should be the  
last entry in the file:

Actually, it's a pattern matching problem.

Filesystems to match were :

/donnees/ARCH/oratmp
/donnees/ARCH58/orarbs
/donnees/ARCH59/orarbs
/donnees/ARCH59/....
....

I've tried :

DISK %^/donne.*/ora.../.* 100 101
	--> no match

then :

DISK %^/donnees/ARCH../.* 100 101
	--> no match

So, I tried :
         DISK %^/donnees/ARCH/.* 100 101
         DISK %^/donnees/ARCH58/.* 100 101
         DISK %^/donnees/ARCH59/.* 100 101


and it works.

I don't understand why my previous pattern can't match...


Nicolas