monit-general
[Top][All Lists]
Advanced

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

Re: [monit] multiple disk monitoring


From: Severin Gehwolf
Subject: Re: [monit] multiple disk monitoring
Date: Wed, 14 May 2008 13:30:27 +0200

Hi!

> Hi, how i monitor disk space on more HDD in one server?
> 
> This doesnt work :
> 
> check device datafs with path /dev/md/0
> if space usage > 95% then alert
> if inode usage > 95% then alert
> check device datafs with path /dev/md/1
> if space usage > 95% then alert
> if inode usage > 95% then alert

Substitute the name of the device of the second check statement with a
unique name. e.g. "datafs2"

Hence it should be something like the following:

check device datafs2 with path /dev/md/1
 if space usage > 95% then alert
 if inode usage > 95% then alert

Regards,
Severin





reply via email to

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