<DIV>I'm getting error message "UNKNOWN;HARD;5;No perf-definition for service"   after configuring new linux box.Please advice<BR><BR><B><I>nagios-users-request@lists.sourceforge.net</I></B> wrote:
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Send Nagios-users mailing list submissions to<BR>nagios-users@lists.sourceforge.net<BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>https://lists.sourceforge.net/lists/listinfo/nagios-users<BR>or, via email, send a message with subject or body 'help' to<BR>nagios-users-request@lists.sourceforge.net<BR><BR>You can reach the person managing the list at<BR>nagios-users-admin@lists.sourceforge.net<BR><BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of Nagios-users digest..."<BR><BR><BR>Today's Topics:<BR><BR>1. RE: check_nt configuration (Lori Adams)<BR>2. RE: check_nt configuration (Jon)<BR>3. Need Help (Chandresh Suthar)<BR>4. Help Desk Software (nuffers@tsainc.com)<BR>5. RE: more - remote nagios server report to main (Marc Powell)<BR>6. Re: Help Desk Software (Bobby Bradshaw)<BR>7. RE: Help Desk Software (Millard,
 Matt)<BR>8. RE: Need Help (Marc Powell)<BR>9. RE: RE: Host check behavior (Marc Powell)<BR>10. Re: Need Help (Subhendu Ghosh)<BR>11. Checking Tomcat 5.5 with the check_http plugin (Dixie Peterson)<BR><BR>--__--__--<BR><BR>Message: 1<BR>Subject: RE: [Nagios-users] check_nt configuration<BR>Date: Thu, 25 Aug 2005 11:30:26 -0700<BR>From: "Lori Adams" <LADAMS@CLOUDMARK.COM><BR>To: "dan dang" <DANG.QUOCDAN@GMAIL.COM>,<BR><NAGIOS-USERS@LISTS.SOURCEFORGE.NET><BR><BR>Did you follow everything that was mentioned in the Bobby Bradshaw<BR>thread? =20<BR>Do you have nsclient (Nagios Agent) running on your remote machine? =20<BR><BR>-Lori<BR><BR>> -----Original Message-----<BR>> From: nagios-users-admin@lists.sourceforge.net [mailto:nagios-users-<BR>> admin@lists.sourceforge.net] On Behalf Of dan dang<BR>> Sent: Thursday, August 25, 2005 12:54 AM<BR>> To: nagios-users@lists.sourceforge.net<BR>> Subject: [Nagios-users] check_nt configuration<BR>>=20<BR>> hi
 all,<BR>>=20<BR>> I have the same problem as Bobby Bradshaw (from whom I quoted the<BR>message<BR>> below) :<BR><BR><BR>> My Nagios setup is:<BR>> Nagios v1.3 (October 24, 2004)<BR>> Nagios plugins v1.4.1<BR>>=20<BR>> I have Nagios running correctly, sending notifications, checking ping<BR>and<BR>> HTTP on several hosts. BUT I have exactly the same problem as Bobby<BR>> Bradshaw which is the fact that I can't get Nagios to run "./check_nt<BR>-H<BR>> 192.168.1.111 -v UPTIME" command without getting a "CRITICAL - Socket<BR>> timeout after 10 seconds" error or any of the check_nt commands<BR>without an<BR>> error. I have the Nsclient 2.01 on my Windows NT host.<BR>>=20<BR>> The error I have is the fact that the system doesn't find the check_nt<BR>> service BUT I have installed it in the /usr/local/nagios/libexec/<BR>file, in<BR>> fact in my case I changed the path to /usr/lib/nagios/plugins/ since<BR>it's<BR>> where the services are
 located in my configuration.<BR>>=20<BR>> I have exactly the same question as Bobby Brawn : Is there better<BR>> documentation than what is provided with Nsclient? Can I get some<BR>pointers<BR>> on ALL the cfg files that I have to edit to get the check_nt command<BR>to<BR>> work.<BR>> Bobby Bradshaw, I saw that u solved your problem, can u tell how did u<BR>do<BR>> ? If anyone has an idea, please advise. Thanks in advance !!<BR>>=20<BR>> Quoc-Dan DANG<BR>>=20<BR>>=20<BR>> NB: I have edited the "checkcommands.cfg" file by adding the following<BR>> lines :<BR>>=20<BR>>=20<BR>> # 'check_nt_disk' command definition<BR>> define command{<BR>> command_name check_nt_disk<BR>> command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v<BR>USEDDISKSPACE<BR>> -l $ARG1$ -w $ARG2$ -c $ARG3$<BR>> }<BR>>=20<BR>>=20<BR>> # 'check_nt_upload' command definition<BR>> define command {<BR>> command_name check_nt_cpuload<BR>>
 command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v CPULOAD<BR>-l<BR>> $ARG1$<BR>> }<BR>>=20<BR>>=20<BR>> # 'check_nt_uptime' command definition<BR>> define command {<BR>> command_name check_nt_uptime<BR>> command_line $USER1$/check_nt #-H $HOSTADDRESS$ -p 1248 -v UPTIME<BR>> }<BR><BR>I see that you have the above line with a comment. This will make it<BR>hard to run correctly. Also have you tried -p 1250 as suggested in the<BR>Bobby Bradshaw thread. =20<BR><BR><BR>> # 'check_nt_clientversion' command definition<BR>> define command {<BR>> command_name check_nt_clientversion<BR>> command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v<BR>> CLIENTVERSION<BR>> }<BR>>=20<BR>>=20<BR>> # 'check_nt_process' command definition<BR>> define command {<BR>> command_name check_nt_process<BR>> command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v<BR>PROCSTATE -l<BR>> $ARG1$<BR>> }<BR>>=20<BR>>=20<BR>> #
 'check_nt_service' command definition<BR>> define command{<BR>> command_name check_nt_service<BR>> command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v<BR>SERVICESTATE -d<BR>> SHOWALL -l $ARG1$<BR>> }<BR>>=20<BR>>=20<BR>> # 'check_nt_memuse' command definition<BR>> define command{<BR>> command_name check_nt_memuse<BR>> command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v MEMUSE -w<BR>> $ARG1$ -c $ARG2$<BR>> }<BR>>=20<BR>>=20<BR>> # 'check_nt_fileage' command definition<BR>> define command{<BR>> command_name check_nt_fileage<BR>> command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v FILEAGE -l<BR>> $ARG1$ -w $ARG2$ -c $ARG3$<BR>> }<BR>>=20<BR>>=20<BR>> # 'check_nt_pagingfile' command definition<BR>> define command{<BR>> command_name check_nt_pagingfile<BR>> command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v COUNTER -l<BR>> "\\Paging <FILE: Paging />File(_Total)\\%% Usage","Paging
 File usage<BR>is<BR>> %.2f %%" -w $ARG1$ -c $ARG2$<BR>> }<BR>>=20<BR>>=20<BR>>=20<BR>>=20<BR>> QUOTE from Bobby Bradshaw who had the same problem as I currently have<BR>:<BR>>=20<BR>> "From: nagios-users-admin@li... on<BR>> > behalf<BR>> > > of<BR>> > > >>Bobby Bradshaw<BR>> > > >>Sent: Fri 8/19/2005 2:43 PM<BR>> > > >>To: nagios-users@li...<BR>> > > >>Subject: [Nagios-users] check_nt configurations/setup<BR>> > > >><BR>> > > >><BR>> > > >>Hi all,<BR>> > > >><BR>> > > >>My Nagios setup is:<BR>> > > >>Suse 9.3 Professional<BR>> > > >>Nagios v1.2<BR>> > > >>Nagios plugins v1.4<BR>> > > >>Nagios nrpe v2.0<BR>> > > >><BR>> > > >>I have Nagios running correctly, sending notifications, checking<BR>> ping<BR>> >
 and<BR>> > > >>HTTP on several hosts. Although, I am having so much trouble<BR>trying<BR>> to<BR>> > > get<BR>> > > >>Nagios to run "./check_nt -H 192.168.1.111 -v UPTIME" command<BR>> without<BR>> > > >>getting a "CRITICAL - Socket timeout after 10 seconds" error or<BR>any<BR>> of<BR>> > the<BR>> > > >>check_nt commands without an error. I have the Nsclient 2.01 on<BR>my<BR>> > > Windows<BR>> > > >>XP host. Is there better documentation than what is provided<BR>with<BR>> > > Nsclient?<BR>> > > >> Can I get some pointers on ALL the cfg files that I have to<BR>edit to<BR>> get<BR>> > > the<BR>> > > >>check_nt command to work.<BR>> > > >><BR>> > > >>Thanks in advance!<BR>> > > >><BR>> > > >>--<BR>> > > >>Bobby Bradshaw, Jr.<BR>> > >
 >>bobby.bradshaw@gm...<BR>> > > ><BR>> > > ><BR>> > > ><BR>> > ><BR>> > > --<BR>> > > Andreas Ericsson andreas.ericsson@op...<BR>> > > OP5 AB http://www.op5.se<BR>> <HTTP: www.op5.se /><BR>> > > Lead Developer<BR>> > ><BR>> > ><BR>> > > -------------------------------------------------------<BR>> > > SF.Net email is Sponsored by the Better Software Conference & EXPO<BR>> > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle<BR>> > Practices<BR>> > > Agile & Plan-Driven Development * Managing Projects & Teams *<BR>Testing<BR>> & QA<BR>> > > Security * Process Improvement & Measurement *<BR>> http://www.sqe.com/bsce5sf<BR>> > > _______________________________________________<BR>> > > Nagios-users mailing list<BR>> > > Nagios-users@li...<BR>> > >
 https://lists.sourceforge.net/lists/listinfo/nagios-users<BR>> > > ::: Please include Nagios version, plugin version (-v) and OS when<BR>> > reporting<BR>> > > any issue.<BR>> > > ::: Messages without supporting info will risk being sent to<BR>/dev/null<BR>> > ><BR>> > ><BR>> ><BR>> ><BR>> > --<BR>> > Bobby Bradshaw, Jr.<BR>> > bobby.bradshaw@gm ...<BR>> ><BR>> ><BR>>=20<BR>>=20<BR>> --<BR>> Bobby Bradshaw, Jr.<BR>> bobby.bradshaw@gm...<BR>>=20<BR>>=20<BR>>=20<BR>> From: Bobby Bradshaw <BOBBY@GM...><BR>> Re: check_nt configurations/setup<BR>> <HTTPS: message.php?msg_id="3D12716990" mailarchive sourceforge.net><BR>> 2005-08-22 08:18<BR>> Found it. Thank you guys very much.<BR>>=20<BR>> Much appreciated<BR>>=20<BR><BR><BR><BR>--__--__--<BR><BR>Message: 2<BR>From: "Jon" <JONSML@GMAIL.COM><BR>To: "Nagios-Users"
 <NAGIOS-USERS@LISTS.SOURCEFORGE.NET><BR>Subject: RE: [Nagios-users] check_nt configuration<BR>Date: Thu, 25 Aug 2005 14:45:40 -0400<BR><BR>This is a multi-part message in MIME format.<BR><BR>------=_NextPart_000_0022_01C5A983.AF035BD0<BR>Content-Type: text/plain;<BR>charset="us-ascii"<BR>Content-Transfer-Encoding: 7bit<BR><BR>Hi,<BR><BR><BR><BR>Since you mentioned that you have installed the plugins in a different<BR>location, did you make change to the $USER1$ variable to point it to the<BR>correct location? To set the variable $USER1$ to /usr/lib/nagios/plugins/<BR>you need to edit the resource.cfg.<BR><BR><BR><BR>You can also try executing the command to see if it actually works. Just go<BR>to where the check_nt is located and run it. That would eliminate a few<BR>things.<BR><BR><BR><BR>HTH,<BR><BR><BR><BR>Jon<BR><BR><BR><BR>_____ <BR><BR>From: nagios-users-admin@lists.sourceforge.net<BR>[mailto:nagios-users-admin@lists.sourceforge.net] On Behalf Of dan dang<BR>Sent: Thursday,
 August 25, 2005 3:54 AM<BR>To: nagios-users@lists.sourceforge.net<BR>Subject: [Nagios-users] check_nt configuration<BR><BR><BR><BR>hi all, <BR><BR><BR><BR>I have the same problem as Bobby Bradshaw (from whom I quoted the message<BR>below) : <BR><BR><BR>My Nagios setup is:<BR>Nagios v1.3 (October 24, 2004)<BR>Nagios plugins v1.4.1<BR><BR><BR>I have Nagios running correctly, sending notifications, checking ping and<BR>HTTP on several hosts. BUT I have exactly the same problem as Bobby Bradshaw<BR>which is the fact that I can't get Nagios to run "./check_nt -H<BR>192.168.1.111 -v UPTIME" command without getting a "CRITICAL - Socket<BR>timeout after 10 seconds" error or any of the check_nt commands without an<BR>error. I have the Nsclient 2.01 on my Windows NT host. <BR><BR><BR><BR>The error I have is the fact that the system doesn't find the check_nt<BR>service BUT I have installed it in the /usr/local/nagios/libexec/ file, in<BR>fact in my case I changed the path to
 /usr/lib/nagios/plugins/ since it's<BR>where the services are located in my configuration. <BR><BR><BR><BR>I have exactly the same question as Bobby Brawn : Is there better<BR>documentation than what is provided with Nsclient? Can I get some pointers<BR>on ALL the cfg files that I have to edit to get the check_nt command to<BR>work.<BR><BR>Bobby Bradshaw, I saw that u solved your problem, can u tell how did u do ?<BR>If anyone has an idea, please advise. Thanks in advance !! <BR><BR><BR><BR>Quoc-Dan DANG<BR><BR><BR><BR><BR><BR>NB: I have edited the "checkcommands.cfg" file by adding the following lines<BR>: <BR><BR><BR><BR><BR><BR># 'check_nt_disk' command definition<BR>define command{<BR>command_name check_nt_disk<BR>command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v USEDDISKSPACE -l<BR>$ARG1$ -w $ARG2$ -c $ARG3$<BR>}<BR><BR><BR># 'check_nt_upload' command definition<BR>define command {<BR>command_name check_nt_cpuload<BR>command_line $USER1$/check_nt -H $HOSTADDRESS$ -p
 1248 -v CPULOAD -l<BR>$ARG1$<BR>}<BR><BR><BR># 'check_nt_uptime' command definition<BR>define command {<BR>command_name check_nt_uptime<BR>command_line $USER1$/check_nt #-H $HOSTADDRESS$ -p 1248 -v UPTIME<BR>}<BR><BR><BR># 'check_nt_clientversion' command definition<BR>define command {<BR>command_name check_nt_clientversion<BR>command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v CLIENTVERSION<BR>}<BR><BR><BR># 'check_nt_process' command definition<BR>define command {<BR>command_name check_nt_process<BR>command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v PROCSTATE -l<BR>$ARG1$<BR>}<BR><BR><BR># 'check_nt_service' command definition<BR>define command{<BR>command_name check_nt_service<BR>command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -d<BR>SHOWALL -l $ARG1$<BR>}<BR><BR><BR># 'check_nt_memuse' command definition<BR>define command{<BR>command_name check_nt_memuse<BR>command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v MEMUSE -w $ARG1$<BR>-c
 $ARG2$<BR>}<BR><BR><BR># 'check_nt_fileage' command definition<BR>define command{<BR>command_name check_nt_fileage<BR>command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v FILEAGE -l $ARG1$<BR>-w $ARG2$ -c $ARG3$<BR>}<BR><BR><BR># 'check_nt_pagingfile' command definition<BR>define command{<BR>command_name check_nt_pagingfile<BR>command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v COUNTER -l<BR>"\\Paging <FILE: \\Paging\>File(_Total)\\%% Usage","Paging File usage is<BR>%.2f %%" -w $ARG1$ -c $ARG2$ <BR>}<BR><BR><BR><BR><BR>QUOTE from Bobby Bradshaw who had the same problem as I currently have : <BR><BR><BR><BR>"From: nagios-users-admin@li... on<BR>> behalf<BR>> > of<BR>> > >>Bobby Bradshaw<BR>> > >>Sent: Fri 8/19/2005 2:43 PM<BR>> > >>To: nagios-users@li...<BR>> > >>Subject: [Nagios-users] check_nt configurations/setup <BR>> > >><BR>> > >><BR>> > >>Hi all,<BR>> >
 >><BR>> > >>My Nagios setup is:<BR>> > >>Suse 9.3 Professional<BR>> > >>Nagios v1.2<BR>> > >>Nagios plugins v1.4<BR>> > >>Nagios nrpe v2.0<BR>> > >><BR>> > >>I have Nagios running correctly, sending notifications, checking ping<BR>> and<BR>> > >>HTTP on several hosts. Although, I am having so much trouble trying<BR>to <BR>> > get<BR>> > >>Nagios to run "./check_nt -H 192.168.1.111 -v UPTIME" command without<BR>> > >>getting a "CRITICAL - Socket timeout after 10 seconds" error or any of<BR><BR>> the<BR>> > >>check_nt commands without an error. I have the Nsclient 2.01 on my<BR>> > Windows<BR>> > >>XP host. Is there better documentation than what is provided with<BR>> > Nsclient? <BR>> > >> Can I get some pointers on ALL the cfg files that I have to edit to<BR>get<BR>> > the<BR>> >
 >>check_nt command to work.<BR>> > >><BR>> > >>Thanks in advance!<BR>> > >><BR>> > >>--<BR>> > >>Bobby Bradshaw, Jr.<BR>> > >>bobby.bradshaw@gm...<BR>> > ><BR>> > ><BR>> > ><BR>> ><BR>> > --<BR>> > Andreas Ericsson andreas.ericsson@op...<BR>> > OP5 AB http://www.op5.se<BR><HTTP: www.op5.se /><BR>> > Lead Developer<BR>> ><BR>> ><BR>> > ------------------------------------------------------- <BR>> > SF.Net email is Sponsored by the Better Software Conference & EXPO<BR>> > September 19-22, 2005 * San Francisco, CA * Development Lifecycle<BR>> Practices<BR>> > Agile & Plan-Driven Development * Managing Projects & Teams * Testing &<BR>QA <BR>> > Security * Process Improvement & Measurement *<BR>http://www.sqe.com/bsce5sf<BR>> > _______________________________________________<BR>>
 > Nagios-users mailing list <BR>> > Nagios-users@li...<BR>> > https://lists.sourceforge.net/lists/listinfo/nagios-users<BR>> > ::: Please include Nagios version, plugin version (-v) and OS when <BR>> reporting<BR>> > any issue.<BR>> > ::: Messages without supporting info will risk being sent to /dev/null<BR>> ><BR>> ><BR>><BR>><BR>> --<BR>> Bobby Bradshaw, Jr.<BR>> bobby.bradshaw@gm ...<BR>><BR>><BR><BR><BR>--<BR>Bobby Bradshaw, Jr.<BR>bobby.bradshaw@gm...<BR><BR><BR><BR><BR>From: Bobby Bradshaw <BOBBY@GM...><BR><HTTPS: message.php?msg_id="12716990" mailarchive sourceforge.net>Re:<BR>check_nt configurations/setup <BR>2005-08-22 08:18 <BR><BR><BR>Found it. Thank you guys very much.<BR><BR>Much appreciated<BR><BR><BR><BR><BR>------=_NextPart_000_0022_01C5A983.AF035BD0<BR>Content-Type: text/html;<BR>charset="us-ascii"<BR>Content-Transfer-Encoding:
 quoted-printable<BR><BR>xmlns:o=3D"urn:schemas-microsoft-com:office:office" =<BR>xmlns:w=3D"urn:schemas-microsoft-com:office:word" =<BR>xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =<BR>xmlns=3D"http://www.w3.org/TR/REC-html40"><BR><BR><BR>
<META http-equiv='3D"Content-Type"' content='3D"text/html;' ="<br">charset=3Dus-ascii"><BR>
<META content='3D"Microsoft' name=3DGenerator medium)? (filtered 11 Word><BR><BR>
<STYLE><br>v\:* {behavior:url(#default#VML);}<br>o\:* {behavior:url(#default#VML);}<br>w\:* {behavior:url(#default#VML);}<br>.shape {behavior:url(#default#VML);}<br></STYLE>
<BR><o:SmartTagType<br>namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" =<BR>name=3D"State"/><BR><o:SmartTagType ="<br">namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"<BR>name=3D"City"/><BR><o:SmartTagType ="<br">namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"<BR>name=3D"place"/><BR><BR>
<STYLE><br>st1\:*{behavior:url(#default#ieooui) }<br></STYLE>
<BR><BR>
<STYLE><br><!--<br> /* Font Definitions */<br> @font-face<br>  {font-family:Wingdings;<br>       panose-1:5 0 0 0 0 0 0 0 0 0;}<br>@font-face<br>    {font-family:Tahoma;<br>  panose-1:2 11 6 4 3 5 4 4 2 4;}<br> /* Style Definitions */<br> p.MsoNormal, li.MsoNormal, div.MsoNormal<br>  {margin:0in;<br>  margin-bottom:.0001pt;<br>        font-size:12.0pt;<br>     font-family:"Times New Roman";}<br>a:link, span.MsoHyperlink<br>  {color:blue;<br>  text-decoration:underline;}<br>a:visited, span.MsoHyperlinkFollowed<br>     {color:blue;<br>  text-decoration:underline;}<br>p<br>        {mso-margin-top-alt:auto;<br>     margin-right:0in;<br>     mso-margin-bottom-alt:auto;<br>   margin-left:0in;<br>      font-size:12.0pt;<br>     font-family:"Times New Roman";}<br>pre<br>        {margin:0in;<br>  margin-bottom:.0001pt;<br>        font-size:10.0pt;<br>     font-family:"Courier New";}<br>span.EmailStyle20<br>      {mso-style-type:personal-reply;<br>       font-family:Arial;<br>    color:navy;}<br>@page Section1<br>  {size:8.5in 11.0in;<br>   margin:1.0in 1.25in 1.0in
 1.25in;}<br>div.Section1<br>       {page:Section1;}<br> /* List Definitions */<br> @list l0<br>  {mso-list-id:701705761;<br>       mso-list-template-ids:-1480584024;}<br>@list l0:level1<br>  {mso-level-number-format:bullet;<br>      mso-level-text:\F0B7;<br> mso-level-tab-stop:.5in;<br>      mso-level-number-position:left;<br>       text-indent:-.25in;<br>   mso-ansi-font-size:10.0pt;<br>    font-family:Symbol;}<br>ol<br>      {margin-bottom:0in;}<br>ul<br>      {margin-bottom:0in;}<br>--><br></STYLE>
<BR><BR><BR><BR><BR><BR>
<DIV class=3DSection1><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'>Hi,<?xml:namespace prefix = o /><o:p></o:p></SPAN></FONT></P><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'><o:p> </o:p></SPAN></FONT></P><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'>Since you mentioned that you have<BR>installed the plugins in a different location, did you make change to =<BR>the<BR>$USER1$ variable to point it to the correct location?  To set the =<BR>variable<BR>$USER1$ to /usr/lib/nagios/plugins/ you need to edit the =<BR>resource.cfg.<o:p></o:p></SPAN></FONT></P><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'><o:p> </o:p></SPAN></FONT></P><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'>You can also try executing the =<BR>command to<BR>see if it actually works.  Just go to where the check_nt is located =<BR>and run it. <BR>That would eliminate a few things.<o:p></o:p></SPAN></FONT></P><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'><o:p> </o:p></SPAN></FONT></P><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'>HTH,<o:p></o:p></SPAN></FONT></P><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'><o:p> </o:p></SPAN></FONT></P><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'>Jon<o:p></o:p></SPAN></FONT></P><BR><BR>
<P class=3DMsoNormal><FONT face=3DArial color=#3d0a00 size=3><SPAN ="<br">style=3D'font-size:<BR>10.0pt;font-family:Arial;color:navy'><o:p> </o:p></SPAN></FONT></P><BR><BR>
<DIV><BR><BR>
<DIV class=3DMsoNormal align=3Dcenter><FONT ="<br">size=3D3<BR>face=3D"Times New Roman"><SPAN><BR><BR>
<HR tabIndex=3D-1 align=3Dcenter width=3 SIZE=3>
<BR><BR></SPAN></FONT></DIV><BR><BR>
<P class=3DMsoNormal><B><FONT face=3DTahoma size=3><SPAN ="<br">style=3D'font-size:10.0pt;<BR>font-family:Tahoma;font-weight:bold'>From:</SPAN></FONT></B><FONT ="<br">size=3D2<BR>face=3DTahoma><SPAN> =<BR>nagios-users-admin@lists.sourceforge.net<BR>[mailto:nagios-users-admin@lists.sourceforge.net] <B><SPAN ="<br">style=3D'font-weight:<BR>bold'>On Behalf Of </SPAN></B>dan dang<BR><BR><B><SPAN>Sent:</SPAN></B> Thursday, August =<BR>25, 2005<BR>3:54 AM<BR><BR><B><SPAN>To:</SPAN></B><BR>nagios-users@lists.sourceforge.net<BR><BR><B><SPAN>Subject:</SPAN></B> [Nagios-users] =<BR>check_nt<BR>configuration</SPAN></FONT><o:p></o:p></P><BR><BR></DIV><BR><BR>
<P class=3DMsoNormal><FONT face='3D"Times' size=3 Roman? New><SPAN ="<br">style=3D'font-size:<BR>12.0pt'><o:p> </o:p></SPAN></FONT></P><BR><BR>
<DIV><BR><BR>
<P class=3DMsoNormal><FONT face='3D"Times' size=3 Roman? New><SPAN ="<br">style=3D'font-size:<BR>12.0pt'>hi all, <o:p></o:p></SPAN></FONT></P><BR><BR></DIV><BR><BR>
<DIV><BR><BR>
<P class=3DMsoNormal><FONT face='3D"Times' size=3 Roman? New><SPAN ="<br">style=3D'font-size:<BR>12.0pt'> <o:p></o:p></SPAN></FONT></P><BR><BR></DIV><BR><BR>
<DIV><BR><BR>
<P class=3DMsoNormal><FONT face='3D"Times' size=3 Roman? New><SPAN ="<br">style=3D'font-size:<BR>12.0pt'>I have the same problem as Bobby Bradshaw (from whom I =<BR>quoted the<BR>message below) : <BR><BR> <o:p></o:p></SPAN></FONT></P><BR><BR></DIV><BR><BR>
<DIV><BR><BR>
<P class=3DMsoNormal><FONT face='3D"Times' size=3 Roman? New><SPAN ="<br">style=3D'font-size:<BR>12.0pt'>My Nagios setup is:<BR><BR><BR>=== message truncated ===</P></DIV></DIV></BLOCKQUOTE></DIV></SPAN></FONT></o:SmartTagType></o:SmartTagType></o:SmartTagType<br><p>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com