Problems w/ Nagios Web Interface

Leleux, Jeremy J jjleleux at sunlandconstruction.com
Wed Jul 1 14:07:29 CEST 2009


Thanks for the suggestion!  I was able to track down my problem; I had
to add +Indexes to my Option Directives.  After I allowed that I was
able to view the page correctly.  Thanks again for the reply!

Respectfully,

Jeremy Leleux
IT Administrator
Sunland Construction, Inc.
Corporate Division
Office: 337.550.2142
Fax: 337.546.0245
Mobile: 337.580.6062
Email: jjleleux at sunlandconstruction.com

-----Original Message-----
From: Jon Angliss [mailto:jon at netdork.net] 
Sent: Tuesday, June 30, 2009 8:50 PM
To: nagios-users at lists.sourceforge.net
Subject: Re: [Nagios-users] Problems w/ Nagios Web Interface

On Tue, 30 Jun 2009 09:56:13 -0500, "Leleux, Jeremy J"
<jjleleux at sunlandconstruction.com> wrote:

>Hi all,
>
>I have a fresh install of nagios 3.1.2 and I'm able to login into the
>web interface, but once I'm authenticated I get the following error:
>
>		403 Forbidden - You don't have permission to access
>/nagios/ on this server.
>
>Here is the output from my Apache error_log:
>
>		[Tue Jun 30 09:47:17 2009] [notice] Apache/2.2.3
>(CentOS) configured -- resuming normal operations
>		[Tue Jun 30 09:47:57 2009] [error] [client 127.0.0.1]
>Directory index forbidden by Options directive:
/usr/local/nagios/share/

This here says that your server is attempting to send a list of the
directory contents back to the client, but settings in the apache
configuration deny it.  That probably means it's not treating
index.html as the default page in the directory.  Hunt down the
DirectoryIndex line in your apache configuration, and add index.html
to the end, and restart apache.

-- 
Jonathan Angliss
<jon at netdork.net>


------------------------------------------------------------------------
------
_______________________________________________
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

------------------------------------------------------------------------------
_______________________________________________
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