[Nagiosplug-help] instance for w2k performance counter

Richard Wu Richard.Wu at fusepoint.com
Sat Nov 2 01:46:19 CET 2002


 
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/20021101/d6a819fe/attachment.html>


More information about the Users mailing list