Need help to monitor ASP.NET performance counters for windows 2008
Anthony Montibello
amontibello at gmail.com
Thu Mar 5 02:23:59 CET 2009
Perfomance Counters on windows are sometimes tricky
Have you looked at log files for Nsclient++ ?
Have you tried NC_NEt for these yet?
- It comunicates with Check_nt as well
but does not require any configuration on the Windows Host side other than
install and start for all the standard pNsClient commands/Defaults
I think you may need to tweek you Nagios Configuration for this issue - I
found sometimes the " get parsed out when passed to the Command definition
try the following:
define command {
command_name check_nt_counters
command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -s
password -v COUNTER -l "$ARG1$" -w $ARG2$ -c $ARG3$
}
define service{
use windows-service
host_name host1
service_description ASP.NET_Apps-Sessions_Active
check_command
check_nt_counters!\\ASP.NET<http://asp.net/>Apps v2.050727\\Sessions
Active!2000!2500
}
Tony (Author of NC_NEt)
On Wed, Mar 4, 2009 at 8:50 AM, Sujit D. Kadam <
sujit.kadam at netmagicsolutions.com> wrote:
> Hi,
>
> I am using Nagios Version 3.0.3 on server side.
> Need to monitor ASP.NET <http://asp.net/> counters of Window 2008 (64 bit)
> On windows 2008 , I have installed pNsclient.exe
> also tried with nsclient++
>
> On server side in commands.cfg
>
> # 'check_nt_Counters' command definition
> define command {
> command_name check_nt_counters
> command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -s
> password -v COUNTER -l $ARG1$ -w $ARG2$ -c $ARG3$
> }
>
>
> in services.cfg
>
> ## Below is Service Definition for ASP.NET <http://asp.net/> Apps
> v2.050727 - Sessions Active
> define service{
> use windows-service
> host_name host1
> service_description ASP.NET_Apps-Sessions_Active
> check_command check_nt_counters!"\\ASP.NET<http://asp.net/>Apps v2.050727\\Sessions Active"!2000!2500
> }
>
>
> I am getting the output value as 0 but exactly in perfmon I can see the
> exact value i.e approx 1000
>
>
> Also tried nrpe_nt to install on windows 2008. But throwing error while
> starting the service.
>
> Windows could not start th Nagios Remote Plugin Executor for NT/W at Kservice on Local Computer.
> Error 1053: The service did not respond to the start or control request in
> timely manner.
>
>
> Regrds,
>
> Sujit
>
>    
>
>
> --
> **************** CAUTION - Disclaimer ***************** This e-mail
> contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use
> of the addressee(s). If you are not the intended recipient, please notify
> the sender by e-mail and delete the original message. Further, you are not
> to copy, disclose, or distribute this e-mail or its contents to any other
> person and any such actions are unlawful. This e-mail may contain viruses.
> NetMagic Solutions Pvt. Ltd. has taken every reasonable precaution to
> minimize this risk, but is not liable for any damage you may sustain as a
> result of any virus in this e-mail. You should carry out your own virus
> checks before opening the e-mail or attachment. NetMagic Solutions Pvt. Ltd.
> reserves the right to monitor and review the content of all messages sent to
> or from this e-mail address. Messages sent to or from this e-mail address
> may be stored on the NetMagic Solutions Pvt. Ltd.'s e-mail system.
> ***************** End of Disclaimer *******************
>    
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20090304/a52aa6db/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list