My nagios.conf:<br><br><pre style="margin-left: 40px;">## BEGIN APACHE CONFIG SNIPPET - NAGIOS.CONF<br><br>ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin"<br><br><Directory "/usr/local/nagios/sbin"><br>
<br>   Options ExecCGI<br><br>   AllowOverride None<br><br>   Order allow,deny<br><br>   Allow from all<br><br>   AuthType Digest<br><br>   AuthName "Nagios Access"<br><br>   AuthUserFile /usr/local/nagios/etc/.digest_pw<br>
<br>   Require valid-user<br><br></Directory><br><br><br><br>Alias /nagios "/usr/local/nagios/share"<br><br><Directory "/usr/local/nagios/share"><br><br>   Options None<br><br>   AllowOverride None<br>
<br>   Order allow,deny<br><br>   Allow from all<br><br>   AuthType Digest<br><br>   AuthName "Nagios Access"<br><br>   AuthUserFile /usr/local/nagios/etc/.digest_pw<br><br>   Require valid-user<br><br></Directory><br>
<br>## END APACHE CONFIG SNIPPETS<br></pre>I followed the instructions at: <a href="http://nagios.sourceforge.net/docs/3_0/cgisecurity.html">http://nagios.sourceforge.net/docs/3_0/cgisecurity.html</a> -- to secure my install, and thats where I got the above .conf file.<br>
<br>Its set to "Allow from all", shouldn't that work?<br><br><br><div class="gmail_quote">On Wed, Mar 10, 2010 at 10:28 PM, Stuart Browne <span dir="ltr"><<a href="mailto:stuart.browne@ausregistry.com.au">stuart.browne@ausregistry.com.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">> From: Tim Tompson [mailto:<a href="mailto:tt.rexplay@gmail.com">tt.rexplay@gmail.com</a>]<br>

<div><div></div><div class="h5">><br>
> Ok, really dumb question.<br>
><br>
> I have successfully configured and installed Nagios, according to:<br>
> <a href="http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html" target="_blank">http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html</a> on my<br>
> webserver. No problems at all throughout the process.<br>
><br>
> My problem comes at step 9.<br>
> 9) Login to the Web Interface<br>
><br>
> You should now be able to access the Nagios web interface at the URL<br>
> below. You'll be prompted for the username (nagiosadmin) and password<br>
> you specified earlier.<br>
><br>
> <a href="http://localhost/nagios/" target="_blank">http://localhost/nagios/</a><br>
><br>
><br>
> I installed everything on my server via SSH command line, but now I<br>
> need to access localhost, but can't since all I use to connect to my<br>
> server is command line driven (ssh). I tried accessing my<br>
> serveripaddress/nagios, and no luck - but wouldn't expect that to work<br>
> either.<br>
><br>
> Anyone know what I should do at this point? Thanks.<br>
<br>
</div></div>Look at the apache config (probably /etc/httpd/conf.d/nagios.conf).<br>
<br>
This will have a 'limit' so that it can only be accessed by '127.0.0.1'.  Open that up (i.e. remove the line or add your local subnet).  Bounce your httpd.<br>
<br>
Stuart<br>
<br>
------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</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" target="_blank">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>