Problems with the web interface of Nagios
Voigt Thomas
Thomas.Voigt at netkom.de
Mon Jun 19 12:37:38 CEST 2006
Hi all!
REMY Julien wrote:
> Yes, I see the menu in left frame
Oh, I see in the picture what you will say...
Your Apache isn't executing the status.cgi script, which delivers the
content of the right frame.
The Apache is simply showing the contents of this ELF-binary.
Check the definition of the nagios cgi directory in your Apache config!
At my server it looks like this:
ScriptAlias /nagios/cgi-bin/ "/usr/local/nagios/sbin/"
<Directory "/usr/local/nagios/sbin">
Options Indexes FollowSymLinks +ExecCGI
AllowOverride None
Order allow,deny
Allow from all
...
Maybe your fault is that in your config the plus sign (+) in front of
the ExecCGI is missing...
Also the rights of all files in this directory should be at least
755(dec), so the webserver process
is able to execute the files.
--
Kind regards
Thomas Voigt
_______________________________________________
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