<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Verdana">Hi,<br>
<br>
I am using Nagios Version 3.0.3 on server side.<br>
Need to monitor ASP.NET counters of Window 2008 (64 bit)<br>
On windows 2008 , I have installed pNsclient.exe <br>
also tried with nsclient++<br>
<br>
On server side in commands.cfg <br>
<br>
# 'check_nt_Counters' command definition<br>
define command {<br>
        command_name    check_nt_counters<br>
        command_line    $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -s
password -v COUNTER -l $ARG1$ -w $ARG2$ -c $ARG3$<br>
        }<br>
<br>
<br>
in services.cfg<br>
<br>
## Below is Service Definition for ASP.NET Apps v2.050727 - Sessions
Active<br>
define service{<br>
        use                             windows-service<br>
        host_name                       host1<br>
        service_description             ASP.NET_Apps-Sessions_Active<br>
        check_command                   check_nt_counters!"\\ASP.NET
Apps v2.050727\\Sessions Active"!2000!2500<br>
        }<br>
<br>
<br>
I am getting the output value as 0 but exactly in perfmon I can see the
exact value i.e approx 1000<br>
<br>
<br>
Also tried nrpe_nt to install on windows 2008. But throwing error while
starting the service.<br>
<br>
Windows could not start th Nagios Remote Plugin Executor for NT/W@K
service on Local Computer.<br>
Error 1053: The service did not respond to the start or control request
in timely manner.<br>
<br>
<br>
Regrds,<br>
<br>
Sujit<br>
<br>
</font></font>
</body>
<table align="center">
<tr>
<td width="5%"> &nbsp &nbsp </td>
<td width="90%">
<P style=text-align:justify>
<FONT FACE="Arial" SIZE=2>
<br />--
<BR>
**************** 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 *******************
</FONT>
</P>
</td>
<td width="5%"> &nbsp &nbsp </td>
</tr>
</table>
</html>