[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] DISK IGNORE useage
- To: xymon (at) xymon.com
- Subject: Re: [xymon] DISK IGNORE useage
- From: Henrik Størner <henrik (at) hswn.dk>
- Date: Tue, 25 Jan 2011 12:18:00 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <BC6FF8D396D71F49A12774CD99598081493077 (at) pcsexch.phillycarshare.loc>
- User-agent: Pan/0.133 (House of Butterflies)
On Mon, 24 Jan 2011 11:01:25 -0500, Rob Munsch wrote:
> I think Iâm missing something. I have
>
> Filesystem 1024-blocks Used Available Capacity Mounted on
> /dev/hdv1 3768053780 1056651192 2711402588 29% /
> none 131072 336 130736 1% /tmp
>
> and theyâre both graphed. Except the /dev/hdv1 is the entire array and
> I donât want to monitor that â just /tmp. (In our last episode, I got
> it to monitor /tmp by grep âv-ing for tempfs in the clientâs DF line).
>
> Howeverâ if I add to the hostâs config a DISK IGNORE /, then while the
> text (as above) only shows /tmp, I lose /tmpâs graph line and it only
> graphs root. Iâve tried including the IGNORE line both before and after
> a line for /tmp, with no effect. As soon as I add the IGNORE line,
> /tmpâs graph line vanishes on next update.
Try this:
HOST=foo
DISK %^/$ IGNORE
so you use a regex pattern that only matches "/" to ignore that
filesystem.
Regards,
Henrik