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 <[email protected]> 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


--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to