[Nagiosplug-help] instance for w2k performance counter

David Levine dlevine at seasontickets.com
Sat Nov 2 07:40:05 CET 2002


Richard -
 
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. 
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?
 
Sorry if this doesn't answer your question...
 
-D

-----Original Message-----
From: Richard Wu [mailto:Richard.Wu at fusepoint.com] 
Sent: Friday, November 01, 2002 6:46 PM
To: David Levine
Cc: nagios-users at lists.sourceforge.net;
nagiosplug-help at lists.sourceforge.net
Subject: RE: [Nagiosplug-help] instance for w2k performance counter


 
David:
 
It is just a general question. Since in the NT performance monitor there
is an instance name, I am wondering how nagios address this...
 
By the way, is it required for the <option> section, i.e "busy pfmg
read-write requests %.2f %%" ?  What's the difference if I do not supply
that to check_nt ?
 
Thanks,

Richard Wu 
-----Original Message-----
From: David Levine [mailto:dlevine at seasontickets.com]
Sent: Friday, November 01, 2002 4:36 PM
To: Richard Wu; nagios-users at lists.sourceforge.net;
nagiosplug-help at lists.sourceforge.net
Subject: RE: [Nagiosplug-help] instance for w2k performance counter



Richard -

Which Win2k performance counter in particular are you interested in?
Here is an example from my checkcommands.cfg file that makes use of a
Windows 2000 performance counter. Notice the syntax after the "-l".
The W2k performance counter is defined in the first argument,
and a comment follows it. You can find these counter names by looking 
in the W2k perfomance monitor.

Hope this helps...

-David

>From checkcommands.cfg
########################################################################
############
# 'check_nt' command definition - *** CUSTOM COUNTER - PhysicalDisk
%Disk Time ***
# This will return the amount of time (in %) that the specified hard
drives are busy
# servicing either a read or write request.
#
define command{
        command_name    check_nt_cc_disktime
        command_line    $USER1$/check_nt -H $HOSTADDRESS$ -v COUNTER -l
"\\PhysicalDisk(_Total)\\%Disk Time", "busy pfmg read-write requests
%.2f %%" -w 50 -c 80
        }
########################################################################
############


-----Original Message-----
From: nagiosplug-help-admin at lists.sourceforge.net
[mailto:nagiosplug-help-admin at lists.sourceforge.net] On Behalf Of
Richard Wu
Sent: Friday, November 01, 2002 5:47 PM
To: nagios-users at lists.sourceforge.net;
nagiosplug-help at lists.sourceforge.net
Subject: [Nagiosplug-help] instance for w2k performance counter


Hi,

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.

Thanks,
Richard Wu
Email:richard.wu at fusepoint.com
Web : www.fusepoint.com




-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Nagiosplug-help mailing list Nagiosplug-help at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20021102/7da8ca4f/attachment.html>


More information about the Users mailing list