<!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 5.5.2653.12">
<TITLE>RE: [Nagios-users] Monitoring Free space on a Windows NT4/2000 box</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Is there any form of security on this? I do not want just anyone who can install Nagios being able to view free space or other data.</FONT></P>

<P><FONT SIZE=2>Thanks,</FONT>
</P>

<P><FONT SIZE=2>Daniel</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Jo Knight [<A HREF="mailto:joknight@blueyonder.co.uk">mailto:joknight@blueyonder.co.uk</A>] </FONT>
<BR><FONT SIZE=2>Sent: Saturday, February 15, 2003 5:14 AM</FONT>
<BR><FONT SIZE=2>To: nagios-users@lists.sourceforge.net</FONT>
<BR><FONT SIZE=2>Subject: Re: [Nagios-users] Monitoring Free space on a Windows NT4/2000 box</FONT>
</P>

<P><FONT SIZE=2>Daniel,</FONT>
</P>

<P><FONT SIZE=2>You will need to download and install the NSClient service from</FONT>
<BR><FONT SIZE=2><A HREF="http://nsclient.ready2run.nl/" TARGET="_blank">http://nsclient.ready2run.nl/</A></FONT>
</P>

<P><FONT SIZE=2>This has services for both win2k and NT4 clients and also has the check_nt</FONT>
<BR><FONT SIZE=2>binary for linux which you need to copy into your libexec directory.</FONT>
</P>

<P><FONT SIZE=2>Put the following into your checkcommands.cfg:</FONT>
</P>

<P><FONT SIZE=2># 'check_disk_use' command definition</FONT>
<BR><FONT SIZE=2>define command {</FONT>
<BR><FONT SIZE=2>        command_name    check_disk_use</FONT>
<BR><FONT SIZE=2>        command_line    $USER1$/check_nt -H $HOSTADDRESS$ -v</FONT>
<BR><FONT SIZE=2>USEDDISKSPACE -l $ARG1$ -w $ARG2$ -c $ARG3$</FONT>
<BR><FONT SIZE=2>}</FONT>
</P>

<P><FONT SIZE=2>You can add services to your services.cfg file as follows:</FONT>
<BR><FONT SIZE=2>define service {</FONT>
<BR><FONT SIZE=2>use                     generic-service</FONT>
<BR><FONT SIZE=2>host_name               <hostname></FONT>
<BR><FONT SIZE=2>service_description     DrvSpace E</FONT>
<BR><FONT SIZE=2>is_volatile             0</FONT>
<BR><FONT SIZE=2>check_period            24x7</FONT>
<BR><FONT SIZE=2>max_check_attempts      3</FONT>
<BR><FONT SIZE=2>normal_check_interval   5</FONT>
<BR><FONT SIZE=2>retry_check_interval    1</FONT>
<BR><FONT SIZE=2>contact_groups          svr-admins</FONT>
<BR><FONT SIZE=2>notification_interval   120</FONT>
<BR><FONT SIZE=2>notification_period     24x7</FONT>
<BR><FONT SIZE=2>notification_options    c,r</FONT>
<BR><FONT SIZE=2>check_command           check_disk_use!E!90!95</FONT>
<BR><FONT SIZE=2>}</FONT>
</P>

<P><FONT SIZE=2>Hope that helps,</FONT>
<BR><FONT SIZE=2>Jo</FONT>
</P>

<P><FONT SIZE=2>----- Original Message -----</FONT>
<BR><FONT SIZE=2>From: "Daniel Jimenez" <DanielJ@avatar-cs.net></FONT>
<BR><FONT SIZE=2>To: <nagios-users@lists.sourceforge.net></FONT>
<BR><FONT SIZE=2>Sent: Saturday, February 15, 2003 10:13 AM</FONT>
<BR><FONT SIZE=2>Subject: [Nagios-users] Monitoring Free space on a Windows NT4/2000 box</FONT>
</P>
<BR>

<P><FONT SIZE=2>> All,</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> I am looking to monitor the free space on my machines that I have running.</FONT>
<BR><FONT SIZE=2>> It is about twenty (20) or so servers, all running either NT4 or Windows</FONT>
<BR><FONT SIZE=2>> 2000. Is there a plug-in for this? If not, what other solutions do I have?</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> Thanks,</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> Daniel Jimenez</FONT>
<BR><FONT SIZE=2>> Systems Administrator</FONT>
<BR><FONT SIZE=2>> Avatar Computer Solutions, Inc.</FONT>
<BR><FONT SIZE=2>> Network Support, Voice / Data Cabling, and Internet Services</FONT>
<BR><FONT SIZE=2>> 340 N. Sam Houston Parkway E. Suite #265</FONT>
<BR><FONT SIZE=2>> Voice: 281.999.1300 / 888.503.0503</FONT>
<BR><FONT SIZE=2>> Fax: 281.999.7070</FONT>
<BR><FONT SIZE=2>> Web:  www.avatar-cs.net <<A HREF="http://www.avatar-cs.net/" TARGET="_blank">http://www.avatar-cs.net/</A>></FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>></FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>-------------------------------------------------------</FONT>
<BR><FONT SIZE=2>This sf.net email is sponsored by:ThinkGeek</FONT>
<BR><FONT SIZE=2>Welcome to geek heaven.</FONT>
<BR><FONT SIZE=2><A HREF="http://thinkgeek.com/sf" TARGET="_blank">http://thinkgeek.com/sf</A></FONT>
<BR><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>Nagios-users mailing list</FONT>
<BR><FONT SIZE=2>Nagios-users@lists.sourceforge.net</FONT>
<BR><FONT SIZE=2><A HREF="https://lists.sourceforge.net/lists/listinfo/nagios-users" TARGET="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</A></FONT>
<BR><FONT SIZE=2>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. </FONT>
<BR><FONT SIZE=2>::: Messages without supporting info will risk being sent to /dev/null</FONT>
</P>

</BODY>
</HTML>