<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=579112806-02112002><FONT face=Arial color=#0000ff 
size=2>Richard -</FONT></SPAN></DIV>
<DIV><SPAN class=579112806-02112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=579112806-02112002><FONT face=Arial color=#0000ff size=2>The 
NSClient service that is installed on the NT/2000 host is what makes the calls 
to the actual counters - the check_nt plugin that resides on the Nagios host 
requests and receives its info from the NSClient service. </FONT></SPAN></DIV>
<DIV><SPAN class=579112806-02112002><FONT face=Arial color=#0000ff 
size=2>Actually the whole comment thing is something I'm still not sure 
about...I don't believe its neccessary, and I haven't looked at the 
documentation in a while since the command does what I need it to. I'm thinking 
that that is the comment in the message that will be sent if the 
warning/critical thresholds are met?</FONT></SPAN></DIV>
<DIV><SPAN class=579112806-02112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=579112806-02112002><FONT face=Arial color=#0000ff size=2>Sorry 
if this doesn't answer your question...</FONT></SPAN></DIV>
<DIV><SPAN class=579112806-02112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=579112806-02112002><FONT face=Arial color=#0000ff 
size=2>-D</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Richard Wu 
  [mailto:Richard.Wu@fusepoint.com] <BR><B>Sent:</B> Friday, November 01, 2002 
  6:46 PM<BR><B>To:</B> David Levine<BR><B>Cc:</B> 
  nagios-users@lists.sourceforge.net; 
  nagiosplug-help@lists.sourceforge.net<BR><B>Subject:</B> RE: [Nagiosplug-help] 
  instance for w2k performance counter<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
  <DIV><SPAN class=375574000-02112002><FONT face=Arial color=#0000ff 
  size=2>David:</FONT></SPAN></DIV>
  <DIV><SPAN class=375574000-02112002><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=375574000-02112002><FONT face=Arial color=#0000ff size=2>It 
  is just a general question. Since in the NT performance monitor there is 
  an instance name, I am wondering how nagios address 
this...</FONT></SPAN></DIV>
  <DIV><SPAN class=375574000-02112002><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=375574000-02112002><FONT face=Arial color=#0000ff size=2>By 
  the way, is it required for the <option> section, i.e <FONT 
  face="Times New Roman" color=#000000>"busy pfmg read-write requests %.2f %%" 
  ?  What's the difference if I do not supply that to check_nt 
  ?</FONT></FONT></SPAN></DIV>
  <DIV><SPAN class=375574000-02112002><FONT size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=375574000-02112002><FONT size=2>Thanks,</FONT></SPAN></DIV>
  <P><FONT face=Arial size=2>Richard Wu</FONT> <BR><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> David Levine 
  [mailto:dlevine@seasontickets.com]<BR><B>Sent:</B> Friday, November 01, 2002 
  4:36 PM<BR><B>To:</B> Richard Wu; nagios-users@lists.sourceforge.net; 
  nagiosplug-help@lists.sourceforge.net<BR><B>Subject:</B> RE: [Nagiosplug-help] 
  instance for w2k performance counter<BR><BR></FONT></P>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><!-- Converted from text/plain format -->
    <P><FONT size=2>Richard -<BR><BR>Which Win2k performance counter in 
    particular are you interested in?<BR>Here is an example from my 
    checkcommands.cfg file that makes use of a<BR>Windows 2000 performance 
    counter. Notice the syntax after the "-l".<BR>The W2k performance counter is 
    defined in the first argument,<BR>and a comment follows it. You can find 
    these counter names by looking <BR></FONT><FONT size=2>in the W2k 
    perfomance monitor.<BR><BR>Hope this helps...<BR><BR>-David<BR><BR>From 
    checkcommands.cfg<BR>####################################################################################<BR># 
    'check_nt' command definition - *** CUSTOM COUNTER - PhysicalDisk %Disk Time 
    ***<BR># This will return the amount of time (in %) that the specified hard 
    drives are busy<BR># servicing either a read or write 
    request.<BR>#<BR>define 
    command{<BR>        
    command_name    
    check_nt_cc_disktime<BR>        
    command_line    $USER1$/check_nt -H $HOSTADDRESS$ -v COUNTER 
    -l "\\PhysicalDisk(_Total)\\%Disk Time", "busy pfmg read-write requests %.2f 
    %%" -w 50 -c 80<BR>        
    }<BR>####################################################################################<BR><BR><BR>-----Original 
    Message-----<BR>From: nagiosplug-help-admin@lists.sourceforge.net [<A 
    href="mailto:nagiosplug-help-admin@lists.sourceforge.net">mailto:nagiosplug-help-admin@lists.sourceforge.net</A>] 
    On Behalf Of Richard Wu<BR>Sent: Friday, November 01, 2002 5:47 PM<BR>To: 
    nagios-users@lists.sourceforge.net; 
    nagiosplug-help@lists.sourceforge.net<BR>Subject: [Nagiosplug-help] instance 
    for w2k performance counter<BR><BR><BR>Hi,<BR><BR>Does anyone have an idea 
    on how nsclient process the instance  for w2k performance counter 
    ?  From the help , I can not tell how to address 
    this.<BR><BR>Thanks,<BR>Richard Wu<BR>Email:richard.wu@fusepoint.com<BR>Web 
    : 
    www.fusepoint.com<BR><BR><BR><BR><BR>-------------------------------------------------------<BR>This 
    sf.net email is sponsored by: See the NEW Palm<BR>Tungsten T handheld. Power 
    & Color in a compact size! <A 
    href="http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en">http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en</A><BR>_______________________________________________<BR>Nagiosplug-help 
    mailing list 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></P></BLOCKQUOTE></BLOCKQUOTE></FONT></BODY></HTML>