[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [hobbit] Question about Disk RULE



Put your 'catch-all' at the end. I believe hobbit will stop after the
first match.
 
HOST=myhost

        DISK /g98       90 95

        DISK /g01       80 90

        DISK /j01       80 90

        DISK /i98       90 95

        DISK /home      80 90

        DISK %^/i.*/    100 101

        DISK %^/j.*/    100 101

        DISK %^/g.*/    100 101

        DISK   *        90 95

-----Original Message-----
From: Richard Leon [mailto:rleon (at) racenter.com] 
Sent: Wednesday, December 20, 2006 11:59 AM
To: hobbit (at) hswn.dk
Subject: [hobbit] Question about Disk RULE



I was wondering how I can get this rule to work?

Right now it is not working the way I expect.


Everything has the 90 95 threshhold.

 

 

HOST=myhost

        DISK   *        90 95

        DISK /g98       90 95

        DISK /g01       80 90

        DISK /j01       80 90

        DISK /i98       90 95

        DISK /home      80 90

        DISK %^/i.*/    100 101

        DISK %^/j.*/    100 101

        DISK %^/g.*/    100 101

 

Thanks

Richard