<!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">
Hi,<br>
<br>
NSClient++ can do this using the NRPE protocol.<br>
<br>
<code>check_nrpe ... -c CheckDriveSize -a MaxWarn=50% MaxCrit=75%
CheckAll FilterType=FIXED FilterType=REMOTE<br>
<br>
The above example (from the NSClient++ docs) will check all fixed and
remote (network) drives, if you only want the fixed drives you can
simply leave out the </code><code>FilterType=REMOTE option.</code><br>
<br>
A note though is that tomorrow night (didn't have time to fix it today,
as my Grandmother had some problems with her computer that I had to fix
:) I will release an update version that auto detects language and OS
version that greatly simplifies configuration if you don't have an
English system. As well as some other goodies, such as a much improved
event log checker and some bug fixes.<br>
<br>
// Michael Medin<br>
<br>
<br>
Castelhano, Dan wrote:
<blockquote
 cite="mid60F6FB7B8A1B13419ADB9339EEBC3CA255D51D@fd-mail2.osip.com"
 type="cite">
  <pre wrap="">Hi,
For the linux version of the check_disk command, if you don't specify a
disk, it'll check and report back on the status of all of them.
(ie: ./check_nrpe -H LinuxServerHost -c check_disk -a 20 10)

I can't find a way to do a similar thing within windows. I've looked at
nsclient and nrpe_nt and I don't see how it can be done. I would prefer not
having to specify a different service for each partition on all servers on
the network.

Does anyone know of a tool, or how to do a disk check what will check all
partitions?

Thanks,
Dan





-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: <a class="moz-txt-link-freetext" href="http://www.necitguy.com/?r=20">http://www.necitguy.com/?r=20</a>
_______________________________________________
Nagios-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null

  </pre>
</blockquote>
<br>
</body>
</html>