Xymon Mailing List Archive search

bug in DISK check ?

list Larry Barber
Fri, 23 Jun 2006 15:59:57 -0500
Message-Id: <user-61fabc0bc89e@xymon.invalid>

There is a DEFAULT block in hobbit-clients.cfg, that should be the last
entry in the file:

DEFAULT
    # These are the built-in defaults.
    UP      1h
    LOAD    5.0 10.0
    DISK    * 90 95
    MEMPHYS 100 101
    MEMSWAP 50 80
    MEMACT  90 97

Thanks,
Larry Barber

On 6/23/06, Nicolas Dorfsman <user-0b8cdfcc881d@xymon.invalid> wrote:
Le 22 juin 06 à 15:09, Nicolas Dorfsman a écrit :

Le 22 juin 06 à 15:01, Nicolas Dorfsman a écrit :

     Hi,


     Take look to this rule :

DISK /ocadat/dmp-1 101 101  HOST ocapi
RTFM ! HOST=ocapi .

Grrr.

Someting is annoying.

I'd like to have default things (for any host) AND some special
definitions by HOST.

I've tried without success.  How disk rules are compiled ?
I mean, if I have something like :


HOST=titi
        DISK %^/tata/.* 90 101

HOST=john
        DISK /opt 99 100

HOST=*
        DISK %/temp/J.. 50 99

...is host titi will apply the last rule ?