<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote
 cite="mid:699b436a0902180722g79180b40hd61bd28b52e12ae1@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
    <div> </div>
    <div>Actually the server has got the following file system , but
nagios is not  monitoring the last file system <font face="Consolas">/databases/oradata/aplccnv</font>.
    </div>
    <div><br>
    <p style="margin: 0in 0in 0pt;"><font size="3"><font face="Consolas"><span></span>/dev/mapper/VolGroup03-LogVol00</font></font></p>
    </div>
  </blockquote>
  </div>
</blockquote>
<font size="3"><font face="Consolas">Are you sure this is really a file
system and not a raw database partition? With the normal filesystem
check you can only check free space, inodes etc of a mounted filesystem
that is supported by the kernel. If this is a raw partition (hint:
probably not mounted,  check "mount" od "df -h") you need a database
specific check to tell anything about the inside of that partition. I
am not familiar with oracle, but I know that many databases can use raw
partitions for DB data. <br>
<br>
Hope this helps,<br>
Jakob Curdes<br>
<br>
</font></font>
</body>
</html>