commands.cfg<br><br># 'check_http' command definition<br>define command{<br>        command_name    check_http<br>        command_line    $USER1$/check_http -H $HOSTADDRESS$ $ARG1$ -a $ARG2$<br>        }<br><br>Here is an entry in 
services.cfg<br><br>define service{<br>        use                             basic-service<br>        name                            check-site<br>        notification_options            w,u,c,r<br>        check_command                   check_http!-H 
<a href="http://site.com">site.com</a> -t 5 -a admin:password -s "String" <br>        register                        0<br>        }<br><br><br><div><span class="gmail_quote">On 6/22/07, <b class="gmail_sendername">
Marc Powell</b> <<a href="mailto:marc@ena.com">marc@ena.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>
> -----Original Message-----<br>> From: Jerad Riggin [mailto:<a href="mailto:jriggin@gmail.com">jriggin@gmail.com</a>]<br>> Sent: Friday, June 22, 2007 10:00 AM<br>> To: Marc Powell<br>> Cc: <a href="mailto:nagios-users@lists.sourceforge.net">
nagios-users@lists.sourceforge.net</a><br>> Subject: Re: [Nagios-users] Nagios HTTP monitoring {Disarmed} {Fraud?}<br>><br>> If I change the hosts.cfg from the IP of the server (<a href="http://10.10.10.7">10.10.10.7
</a>) to<br>the<br>> URL I'm specifying in services.cfg, it works fine.  The default site<br>for<br>> <a href="http://10.10.10.7">10.10.10.7</a> is a CRM site which requires basic auth.  So even though<br>i'm
<br>> specifying a URL in services.cfg, it looks like it's be overridden by<br>the<br>> hosts.cfg so it can't auth.  What is the point of the -H switch in<br>> services.cfg if it always uses the IP for the host in 
hosts.cfg?  I<br>tried<br>> that format (-a admin:password) at the end of the check in<br>services.cfg<br>> but it still failed with unauthorized.<br><br>It's looking more and more clear that your command{} definition doesn't
<br>do what you think it does. You don't usually specify switches such as -H<br>and -a as part of the service definition. Perhaps you should post the<br>host, service and relevant command definitions for us to look at. I know
<br>for a fact that check_http can and will work the way you want if<br>properly called.<br><br>--<br>Marc<br><br>-------------------------------------------------------------------------<br>This SF.net email is sponsored by DB2 Express
<br>Download DB2 Express C - the FREE version of DB2 express and take<br>control of your XML. No limits. Just data. Click to get it now.<br><a href="http://sourceforge.net/powerbar/db2/">http://sourceforge.net/powerbar/db2/
</a><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">
https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null
<br></blockquote></div><br>