Xymon Mailing List Archive search

hobbit-clients.cfg not recognizing DISK /autoyast IGNORE

list Stefan van der Walt
Tue, 26 Aug 2008 23:32:08 +0200
Message-Id: <user-cb0e4a2397eb@xymon.invalid>

Just a point, but remember that the * directive ignores everything below it
DISK    * 90 95
DISK    %^\/autoyas* IGNORE

put the "DISK    * 90 95" line last.


2008/8/26 Rolf Brusletto <user-e7c73fbaa9b0@xymon.invalid>
I'm having an issue w/ hobbit-clients.cfg not working w/ DISK /xxxx
IGNORE...

I've tried the following, none of which end up ignoring /autoyast....


Anybody have any ideas?


DEFAULT
       # These are the built-in defaults.
       UP      1h
       LOAD    5.0 10.0
       DISK    * 90 95
       DISK    %^\/autoyas* IGNORE
       MEMPHYS 100 101
       MEMSWAP 50 80
       MEMACT  90 97
       PROC    ntpd 1


OR


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


OR


HOST=nyxx-pil-dma02dr
       PROC    postgres        1
       DISK /autoyast  IGNORE


OR

HOST=nyse-pil-dma02dr
       PROC    postgres        1
       DISK    %^\/autoyas* IGNORE


Thanks,

Rolf Brusletto