<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Monitor Disk Drive</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">How do I monitor another disk drive other that c:\</FONT>
</P>

<P><SPAN LANG="en-gb"><FONT SIZE=2 FACE="Courier New">Below is the script to monitor the C:\ drive so I assumed I changed the c to a f which is my other drive but Nagios will not restart.</FONT></SPAN></P>

<P><SPAN LANG="en-gb"><FONT SIZE=2 FACE="Courier New">define service{</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">use                     generic-service</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">host_name                       winserver</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">service_description     C:\ Drive Space</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">check_command           check_nt!USEDDISKSPACE!-l<B> c</B> -w 80 -c 90</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">}</FONT></SPAN>
</P>
<BR>

<P><SPAN LANG="en-gb"><FONT SIZE=2 FACE="Courier New">define service{</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">use                     generic-service</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">host_name                       winserver</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">service_description     F:\ Drive Space</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">check_command           check_nt!USEDDISKSPACE!-l</FONT></SPAN><SPAN LANG="en-gb"><B> <FONT SIZE=2 FACE="Courier New">f</FONT></B><FONT SIZE=2 FACE="Courier New"> -w 80 -c 90</FONT></SPAN>

<BR><SPAN LANG="en-gb">        <FONT SIZE=2 FACE="Courier New">}</FONT></SPAN>
</P>

<P><SPAN LANG="en-gb"><FONT SIZE=2 FACE="Courier New">Thanks</FONT></SPAN>
</P>

<P><SPAN LANG="en-gb"><FONT SIZE=2 FACE="Courier New">Martyn</FONT></SPAN>
</P>
<BR>

</BODY>
</HTML>