[hobbit] bug in DISK check ?
Nicolas Dorfsman
ndo at unikservice.com
Tue Jun 27 16:38:20 CEST 2006
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
More information about the Xymon
mailing list