<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: [Nagiosplug-help] Check the space on a windows folder</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>That's a good point you make--- quotas.<BR>
<BR>
I'm going to have to look into that- I think some of the places I'm monitoring in terms of server-side disk space are quota-driven.<BR>
So the server will see disk space free even when the user does not actually have space.<BR>
Which will negate the value of Nagios measuring the disk spac when we STILL get frantic workorders and calls to IT management because a user cannot save a critical file.<BR>
<BR>
Hmm.. time for some WMI, I think.<BR>
Hope that can show available quota.<BR>
<BR>
-----Original Message-----<BR>
From: Anthony Montibello [<A HREF="mailto:amontibello@gmail.com">mailto:amontibello@gmail.com</A>]<BR>
Sent: Tue 5/27/2008 7:11 PM<BR>
To: Tim Reimers<BR>
Cc: Marcus; Nagios Plugins Help; Riccardo Cupardo<BR>
Subject: Re: [Nagiosplug-help] Check the space on a windows folder<BR>
<BR>
in the normal context of not wanting to fill up a drive checking the<BR>
freespace of the drive works,<BR>
IF this is not readily availible through a standard method then it can be<BR>
checked via a WMI query.<BR>
<BR>
<BR>
Likewise if the issue is on looking for space on folder mount that does not<BR>
have dive letters or if the issue was looking up NTFS Drive quotas, the best<BR>
option on a windows host is to search WMI through queries for access to that<BR>
data.<BR>
<BR>
WMI quaries can be prefermed through several plugins including NC_NET and<BR>
NRPE (but I not sure about nsclient++)<BR>
<BR>
Tony (Author of NC_Net)<BR>
<BR>
<BR>
<BR>
The original poster however may have been looking at NTFS Quota<BR>
On Tue, May 27, 2008 at 11:34 AM, Tim Reimers <treimers@ashevillenc.gov><BR>
wrote:<BR>
<BR>
> I guess the idea is to know that that key folder isn't going to run out<BR>
> of space..<BR>
><BR>
> ergo, it's a design-of-the-system issue, not a monitoring issue.<BR>
><BR>
> this is probably obvious to experienced admins, and may be obvious to<BR>
> everyone, but ;-)<BR>
><BR>
> If you want c:\mail\spool to NOT run out of space, and it's on the same<BR>
> partition as c:\mail\logs (for example)<BR>
> then your real goal is to ensure that c:\mail\logs doesn't grow and fill<BR>
> up available space on c:\ or c:\mail (assuming \mail is someplace else)<BR>
><BR>
> That being said, I'd create a logical drive for "\mail\spool" and put it<BR>
> on an "f:" drive or something like that.<BR>
><BR>
> Then monitor that partition, and you know that the ONLY thing affecting<BR>
> the space on that partition is going to be actual mail files.<BR>
><BR>
> So in a sense, just monitoring the space on C: will tell you that<BR>
> there's free space for c:\mail\spool  -- or anything else in any other<BR>
> folder on that drive.<BR>
><BR>
> If the available space starts going down, simply monitoring C: won't<BR>
> tell you -where- the problem is, and I think that's what Riccardo really<BR>
> wants to see.<BR>
><BR>
><BR>
><BR>
><BR>
> Tim Reimers<BR>
> Systems Analyst II<BR>
> Information Technology Services<BR>
> City of Asheville<BR>
> phone - 828-259-5512<BR>
> treimers@ashevillenc.gov<BR>
><BR>
> -----Original Message-----<BR>
> From: nagiosplug-help-bounces@lists.sourceforge.net<BR>
> [<A HREF="mailto:nagiosplug-help-bounces@lists.sourceforge.net">mailto:nagiosplug-help-bounces@lists.sourceforge.net</A>] On Behalf Of<BR>
> Marcus<BR>
> Sent: Tuesday, May 27, 2008 10:28 AM<BR>
> To: Nagios Plugins Help<BR>
> Subject: Re: [Nagiosplug-help] Check the space on a windows folder<BR>
><BR>
> Riccardo Cupardo schrieb:<BR>
> > Hi Marcus,<BR>
> Hey Riccardo,<BR>
><BR>
> please don't mail me privately, so everyone can profit from our exchange<BR>
> of ideas.<BR>
><BR>
> > ty for your replay, i need a check in a specific folder, because there<BR>
><BR>
> > is a lot of traffic in all the partition with a grow very high, for<BR>
> > that i need to check the status of an only folder/directory.<BR>
><BR>
> Just check the partition, that's also the free space in your folder. As<BR>
> a matter of fact, there is no such thing as free folder space, since the<BR>
> folder is part of the partition and uses it's space.<BR>
><BR>
> Greetz, Marcus<BR>
><BR>
><BR>
><BR>
> ><BR>
> > Marcus ha scritto:<BR>
> >> Riccardo Cupardo schrieb:<BR>
> >>> Hi all,<BR>
> >>><BR>
> >>> anyone know a plugin to check the space on a windows folder(not on a<BR>
><BR>
> >>> drive), like c:\mail\spool<BR>
> >><BR>
> >> The free space in a folder should in my humble opinion be equal to<BR>
> >> the free space on the partition (C:) on which the folder resides in,<BR>
> >> if I am not totally mistaken. So where is, in your opinion  the<BR>
> >> difference in folder vs. partition?<BR>
> >><BR>
> >> Cheers,<BR>
> >>  Marcus<BR>
> >><BR>
> >> __________ NOD32 3134 (20080527) Information __________<BR>
> >><BR>
> >> This message was checked by NOD32 antivirus system.<BR>
> >> <A HREF="http://www.eset.com">http://www.eset.com</A><BR>
> >><BR>
> >><BR>
> >><BR>
> ><BR>
> ><BR>
><BR>
><BR>
><BR>
> ------------------------------------------------------------------------<BR>
> -<BR>
> This SF.net email is sponsored by: Microsoft Defy all challenges.<BR>
> Microsoft(R) Visual Studio 2008.<BR>
> <A HREF="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</A><BR>
> _______________________________________________<BR>
> Nagiosplug-help mailing list<BR>
> Nagiosplug-help@lists.sourceforge.net<BR>
> <A HREF="https://lists.sourceforge.net/lists/listinfo/nagiosplug-help">https://lists.sourceforge.net/lists/listinfo/nagiosplug-help</A><BR>
> ::: Please include plugins version (-v) and OS when reporting any issue.<BR>
><BR>
> ::: Messages without supporting info will risk being sent to /dev/null<BR>
><BR>
> -------------------------------------------------------------------------<BR>
> This SF.net email is sponsored by: Microsoft<BR>
> Defy all challenges. Microsoft(R) Visual Studio 2008.<BR>
> <A HREF="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</A><BR>
> _______________________________________________<BR>
> Nagiosplug-help mailing list<BR>
> Nagiosplug-help@lists.sourceforge.net<BR>
> <A HREF="https://lists.sourceforge.net/lists/listinfo/nagiosplug-help">https://lists.sourceforge.net/lists/listinfo/nagiosplug-help</A><BR>
> ::: Please include plugins version (-v) and OS when reporting any issue.<BR>
> ::: Messages without supporting info will risk being sent to /dev/null<BR>
><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>