<div>NC_NEt supports both checking _total  Conter of Process</div>
<div>as well as WMI querys, where the only syntex needed for the WMI query is the actually WMI Select Statment.</div>
<div> </div>
<div>Windows always induces a High load on User logins and Starting apps, </div>
<div>so if you test for Total Process Load or System Idle in a critical Position for over a few minutes before throwing alerts</div>
<div>(this is not an issue since the Alerts been up for several days in your instance)</div>
<div>on a side note I seen Windows Automatic Update induce Unknown Loads typically starting wendsday- thurday if the update install is not completed (when it requires a reboot).</div>
<div> </div>
<div>To spot the bad Process you should try a Select top 1 through WMI, (i did not test this)</div>
<div>But I am not sure how well the WMI query language interprets TOP</div>
<div>(NC_NEt passes a WMI query starting with Select directly to the WMI Subsystem as opposed to doing anything itself.)</div>
<div> </div>
<div>Tony (Author of NC_Net)<br><br></div>
<div class="gmail_quote">On Mon, Feb 16, 2009 at 9:49 AM, Steve Burton <span dir="ltr"><<a href="mailto:steve@sliderule.demon.co.uk">steve@sliderule.demon.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">Jon Angliss wrote:<br>> On Fri, 13 Feb 2009 00:54:34 -0000, "Martyn" <<a href="mailto:martyn@chetnet.co.uk">martyn@chetnet.co.uk</a>><br>> wrote:<br>><br>><br>>> Hi All<br>
>> I have noticed whilst monitoring my NT server the CPU load level has been at<br>>> critical status for 3d 8h 29m 32s and sitting at 100%,  this is good news<br>>><br>> >from a monitoring point of view as it was spotted, however I need to solve<br>
><br>>> it.<br>>><br>><br>><br>>> I know I can just jump on to my server and look at the processors I would<br>>> find what was hogging it but is there a plugin/module or add-on that I can<br>
>> use to see what processors maxing out.<br>>><br>><br>> If you're any good at scripting, you can tinker with the WMI script<br>> from here:<br>><br>><br>> <a href="http://www.databasejournal.com/features/mssql/article.php/3560366/Monitor-CPU-Usage-of-All-Running-Processes--Part-I.htm" target="_blank">http://www.databasejournal.com/features/mssql/article.php/3560366/Monitor-CPU-Usage-of-All-Running-Processes--Part-I.htm</a><br>
><br>> It's a WMI script that will walk through all the processes, and return<br>> the CPU usage.  With some tweaking, you can probably sort the results,<br>> add the values, and use it as a CPU counter, and return the top<br>
> process as part of the check.<br>><br></div>Also, if you only want the _Total_ processor usage and have NSCP<br>installed you can access the perfmon counter with a check_command like:<br><br>define command{<br>      command_name check-processor-nscp<br>
      command_line $USER1$/check_nt -H $HOSTADDRESS$ -v COUNTER -l<br>"\\Processor(_Total)\\% Processor Time","Processor Used %2.f%%" -p 12489<br>      }<br><br>(NB I run nscp on port 12489 hence the -p argument).<br>
<br>Steve.<br><br>______________________________________________________________________<br>This email has been scanned by the MessageLabs Email Security System.<br>For more information please visit <a href="http://www.messagelabs.com/email" target="_blank">http://www.messagelabs.com/email</a><br>
______________________________________________________________________<br>
<div>
<div></div>
<div class="Wj3C7c"><br>------------------------------------------------------------------------------<br>Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
-Strategies to boost innovation and cut costs with open source participation<br>-Receive a $600 discount off the registration fee with the source code: SFAD<br><a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null<br></div></div></blockquote></div><br>