monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: check ZFS pools


From: Martin Pala
Subject: Re: check ZFS pools
Date: Wed, 7 May 2014 21:02:36 +0200

Hi,

you can use the mountpoint instead of device name:

        check filesystem rootfs with path /
                if space usage > 75% then alert

Regards,
Martin


On 06 May 2014, at 01:36, bisco <address@hidden> wrote:

> Hi,
> 
> I'm using FreeBSD 10.0-RELEASE-p2 installed on a ZFS pool and I would
> check disk space: is there a way to configure monit properly?
> The command 'zpool list -v` shows ada0p2 as real partition for the ZFS
> pool; I've tried to use it (/dev/ada0p2) in the configuration file:
> 
> ###
> check device ROOT with path /dev/ada0p2
>    if space usage > 75% then alert
> ###
> 
> but it doesn't work.
> 
> Any ideas?
> 
> Thank you in advance,
> Alfredo
> 
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general




reply via email to

[Prev in Thread] Current Thread [Next in Thread]