unable to open nagios web interface

Ken Netzorg knetzorg at gmail.com
Wed Mar 25 12:27:35 CET 2009


You can also try going to http://localhost/nagios/index.html to verify your
directory index directive is being carried through properly within the
Apachy configuration. I ran into an issue recently when switching to SSL, I
could no longer browse directly to Nagios and had to add the DirectoryIndex
directive to the default configuration. I am running Apache 2.0.
If you can get there using the full URL, add the line: DirectoryIndex
index.html to your "/usr/local/nagios/share" directory and that should clear
that issue up.
Ken

On Wed, Mar 25, 2009 at 4:03 AM, <asam30 at gmail.com> wrote:

> may be you missed this,
>
> ScriptAlias /cgi-bin/ "/home/nagios/apache2/cgi-bin/"
>
> ScriptAlias /nagios/cgi-bin /home/nagios/nagios/sbin
> <Directory "/home/nagios/nagios/sbin">
> AllowOverride AuthConfig
> Options ExecCGI
> Order allow,deny
> Allow from all
> </Directory>
>
> Alias /nagios /home/nagios/nagios/share
> <Directory "/home/nagios/nagios/share">
> AllowOverride AuthConfig
> Options None
> Order allow,deny
> Allow from all
> </Directory>
>
>
> please follow all the steps in the installation giude, that will help you.
>
>
>
>
> On Wed, Mar 25, 2009 at 6:06 AM, Patrick Morris <patrick.morris at hp.com>wrote:
>
>>
>> On Tue, 24 Mar 2009, Pietto Vasco wrote:
>>
>> > I have just finished the ubuntu quickstart guide. after starting apache
>> and nagios when I go to locahost/nagios-- 404 not found The requested URL
>> /nagios was not found on this server
>> >
>> > I verified apache and nagios are running but no dice, Verified apache is
>> listening
>> > root at NAGIOS-VM01:/etc/apache2# sudo netstat -anp |grep '^tcp.*LISTEN'
>> > tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 5063/apache2
>> > tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 4655/cupsd
>> > If I type in http:\\localhost is get it works!
>>
>> If http://localhost works, why are you trying to go to
>> http://localhost/nagios?
>>
>> Assuming that second URL should work, it would be helpful to know what
>> your Apache configuration looks like, and how Nagios is installed.  It's
>> obvious Apache is running, or you wouldn't get a 404 error. What isn't
>> so obvious is where you've told it to look for Nagios, and whether
>> Nagios is actually installed there.
>>
>>
>> ------------------------------------------------------------------------------
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> _______________________________________________
>> Nagios-users mailing list
>> Nagios-users at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/nagios-users
>> ::: Please include Nagios version, plugin version (-v) and OS when
>> reporting any issue.
>> ::: Messages without supporting info will risk being sent to /dev/null
>>
>
>
>
> --
> Shankar Asam
>
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20090325/d693e620/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list