<br><font size=2 face="sans-serif">Dear All,</font>
<br>
<br><font size=2 face="sans-serif">On the subject of Nsclient and monitoring
Windows servers I was wondering if anybody has got Nsclient monitoring
Windows 2000 SP3 performance monitors reliably. We are using Nagios V1.0
and Plugins 1.3.0.</font>
<br>
<br><font size=2 face="sans-serif">If anybody is then please let me know
- then I can assume I am doing something wrong.</font>
<br>
<br><font size=2 face="sans-serif">I accept that you can install other
SNMP counters etc, but I am trying to make network monitoring as easy as
possible - with as fewer clients installed on servers. I have included
a sample check command below.</font>
<br>
<br><font size=2 face="sans-serif">I'd be greateful of any help !!</font>
<br>
<br><font size=2 face="sans-serif">Thanks</font>
<br>
<br><font size=2 face="sans-serif">Matthew</font>
<br>
<br>
<br>
<br>
<br>
<br><font size=2 face="sans-serif">define command{</font>
<br><font size=2 face="sans-serif">        command_name
   check_nt_pagingfile</font>
<br><font size=2 face="sans-serif">        command_line
   $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v COUNTER -l "\\Paging
File(_Total)\\% Usage","Paging file usage is %.2f %%" -w
70 -c 80</font>
<br><font size=2 face="sans-serif">        }</font>
<br>
<br>
<br>