monit-dev
[Top][All Lists]
Advanced

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

Re: check device core dump


From: Martin Pala
Subject: Re: check device core dump
Date: Sun, 07 Sep 2003 22:47:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030827 Debian/1.4-3

Martin Pala wrote:


The thing with DeviceInfo_Usage should not be needed, because it is done by:

 if(stat(s->path, &stat_buf) != 0) {
Event_post(s, EVENT_START, "Event: device '%s' doesn't exist\n", s->name);
   return FALSE;
 }

on the beginning of check_device() => it is done for every device regardless of space or inode test definition.

Sorry - you are rigth (above mentioned test will not lead to dismounted device problem identification. I'll look on it.

Martin





reply via email to

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