Hello Andrew, Thank you for reply, so the configuration I need has to look like this:
check file usbextern with path /media/usb/UnMounted start = "/bin/mount /dev/sdd1" stop = "/bin/umount /des/sdd1" alert [email protected] ? But what do you say about "check filesystem" statement? It does not work, it recognize it like "check file system" so it checks the file system which is not correct. 2009/7/30 Andrew Holt <[email protected]>: > Hi, > > A simple is this. Lets say you have two mount points /media/nfs & > /media/usb > > Before you mount the device create an empty file at the mount point (I > useually use UnMounted). > > The test for unmounted is if file /media/nfs/UnMounted exists. > > It's lighter than using mount and grep|sed|awk|perl > > HTH, > Andrew > > On 30 Jul 2009, at 13:47, Roman wrote: > >> Hello, >> >> I have a nfs mount and also an external USB hard drive, both of this >> resources are mounted. Sometimes it unmounts for I don't know what >> reason. How can I check with monit if it is mounted or not, and then >> take an action? >> >> I have tried with check filesystem, but monit gives me an error, it >> recognizes the check file statement and considers "system" as a file >> name, which is very incorrect, it may be a bug. >> Can someone help me please? >> >> Thank you. >> >> >> -- >> To unsubscribe: >> http://lists.nongnu.org/mailman/listinfo/monit-general >> > > ============================= > Andrew Holt > Managing Director > 4A Solutions Ltd > > M: +44(0) 7841 340608 > P: +44(0)1257 268351 > > Email: [email protected] > > De Omnibus Dubitandum > ============================= > > > > > > -- > To unsubscribe: > http://lists.nongnu.org/mailman/listinfo/monit-general > -- -- regards, mit freundlichen Grüßen, cu stima, Roman Doroschevici System Administrator ______________________________ epoint - the technology partner Vacarescu 7 300182 Timisoara Romania email: [email protected] skype: roman.doroschevici mobile: +40 / 745/ 560 332 fax: +40 / 256 / 407 147 www.epoint.ro "reliable solutions. delivered." This message and any attached files are confidential and intended solely for the addressee(s). Any publication, transmission or other use of the information by a person or entity other than the intended addressee is prohibited. If you receive this in error please contact the sender and delete the material. The sender does not accept liability for any errors or omissions as a result of the transmission. -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
