monit-general
[Top][All Lists]
Advanced

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

Re: [monit] multiple disk monitoring


From: Vojtech Levy
Subject: Re: [monit] multiple disk monitoring
Date: Thu, 15 May 2008 10:42:54 +0200
User-agent: Icedove 1.5.0.14eol (X11/20080509)

It`s work, thanks.

Severin Gehwolf wrote:
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



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


reply via email to

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