<div class="gmail_quote">On Mon, Aug 31, 2009 at 5:48 PM, Massimo Balestra <span dir="ltr"><<a href="mailto:massimobalestra@hotmail.com">massimobalestra@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">









<div lang="EN-US" link="blue" vlink="purple">

<div>

<p>I have a problem monitoring the USEDDISKSPACE on one drive
of one of the windows servers.</p>

<p> </p>

<p>It is a Windows Server  2003 R2 Standard edition
(Service pack 2).</p>

<p>The problem occurs after I did the last Windows Update last
Friday. Before it was working.</p></div></div></blockquote><div><br></div><div>your update broke it :(</div><div><br></div><div>well, two solutions:</div><div><br></div><div>1. roll update back;</div><div>2. check disks with nrpe in windows:</div>
<div><br></div><div>in your nsc.ini define an nrpe handler like this one:</div><div><br></div><div>nrpe_CheckDriveSize=inject CheckDriveSize MinWarn=10% MinCrit=5% CheckAll FilterType=FIXED FilterType=REMOTE</div><div><br>
</div><div>and your check disk service in nagios would be something like:</div><div><br></div><div>check_nrpe -H $HOSTADDRESS$ -c nrpe_CheckDriveSize</div><div><br></div><div>it works great like this. We check *all* disks in one go.</div>
<div><br></div><div>natxo</div></div>