<!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">
Timothy Washburn wrote:
<blockquote
 cite="mid56FB69819290E143870CF1073BA7AA7910639D5A@RL2KEXCH1.replacements.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2769" name="GENERATOR">
  <div><span class="843005120-02122005"><font face="Arial" size="2">We
have several Windows 2000 File and Print clusters.  We would like to
monitor the disk space on each of the cluster drives and have it go
into warning and critical states as the space gets low.  The problem we
have is that the drives are only owned by one of the cluster nodes at a
time and therefore can only be checked against one of the nodes.  Has
anyone implmented something similiar to this or does anyone have any
thoughts on how to make this possible?  We are using Nagios 1.2.</font></span></div>
</blockquote>
<tt>There's probably 100 ways to skin this cat. The way we've done
these sorts of setups in v1.2/1.3 are...<br>
<br>
* A host definition for each physical cluster node (eg ahost01a,
ahost01b...)<br>
* Add the usual suspects for service checks to each physical (eg local
disk, cpu, memory, swap...).<br>
* A host definition for the virtual node(s) in the cluster (eg
ahost01-print, ahost01-file...).<br>
* Add the clustered service checks to the virtuals, including a
check_cluster one as well (eg only the disks/Windows service checks
that relate to that clustered service).<br>
<br>
This would only work if you have a separate service IP for each of the
virtuals.<br>
<br>
Cheers.<br>
</tt>
</body>
</html>