Is there any link to information about that?  Like I said this is basically the 2nd day I've used Linux and Nagios so much of this seems like a different language to me.  Thanks for the info.<br><br>
<div><span class="gmail_quote">On 6/21/07, <b class="gmail_sendername">GJP</b> <<a href="mailto:gjp@gpnet.nl">gjp@gpnet.nl</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Jerad,<br><br>If you mean http auth, this is what I use.<br><br>The check_command in the service definition:
<br><br>check_command           check_http_auth!host.example.com!/path!user:password<br><br>And the command definition.<br><br>define command{<br>       command_name    check_http_auth<br>       command_line    /usr/lib/nagios/plugins/check_http -H $ARG1$ -u
<br>$ARG2$ -a $ARG3$<br>       }<br><br>But if you mean authentication within a windows AD domain. Maybe Samba can<br>help. Because then you can make your linux server a member of the AD domain.<br><br>Regards,<br><br>Gerard.
<br><br>On Thursday 21 June 2007 22:48:08 Jerad Riggin wrote:<br>> I'm new to Linux and new to Nagios so this may sound very stupid.<br>> Basically I have everything up and running, ping tests work, http tests<br>
> work, and the smtp test I have setup works.  If the host goes down I get a<br>> host down alert and a host up alert once the problem is resolved.  Is there<br>> a way to have Nagios send me an alert for critical status?  I'm pretty sure
<br>> I have that setup but it isn't working.  After this I went ahead and set up<br>> basic HTTP monitoring for all of our servers, however, 403 errors are not<br>> sending any notifications to me.  Also, I'm trying to monitor the CRM site
<br>> on our windows domain however since the Linux box is obviously not on the<br>> domain, it can't authenticate when hitting the site so it can't find the<br>> string i've specified.  Any ideas on how to make nagios authenticate and
<br>> then check the string?<br>><br>> Thanks<br><br><br></blockquote></div><br>