Xymon Mailing List Archive search

DISK test: only monitor specific filesystems

list Henrik Størner
Wed, 6 Jun 2007 17:36:58 +0200
Message-Id: <user-fe6bbe81ab93@xymon.invalid>

On Wed, Jun 06, 2007 at 09:17:24AM -0600, Haertig, David F (Dave) wrote:
I want to only monitor three specific filesystem on a host, and ignore
the rest.  I tried this in hobbit-clients.cfg:
 
HOST=wcscbe5
        DISK    * IGNORE
        DISK    /expsys 90 95
        DISK    /expert 90 95
        DISK    /inadsb 90 95
Almost right, put the "DISK * IGNORE" line last instead of first.
First match wins in Hobbit, so you should have the most specific entries
first, and the more generic (default) ones last.


Regards,
Henrik