DISK test: only monitor specific filesystems
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 95Almost 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