Hello,

Ive problem with icinga (same with nagios, it had the same error at 
first so i tried to install icinga but here is the result. It gives the 
same erros 'Internal server error'). So i think it had to do with a 
setting on the server. I think it is the CGI what is not working.. Or 
something with the suexec..

Because it loads the left menu but not the main menu.
Screenshot frontend error:
http://imageshack.us/f/38/icinga.png/


ive installed it on a linux centos5 machiene and it runs ok because i 
get notice emails of excecive load from icinga.

Ive installed like:
http://fossies.org/unix/misc/icinga-...rt-icinga.html
And had no problems at all.

To make the frontend work ive added this in the httpd.conf:
"# icinga
ScriptAlias /icinga/cgi-bin /usr/local/icinga/sbin

<Directory "/usr/local/icinga/sbin">
Options ExecCGI
AllowOverride None
Order allow,deny
Allow from all
AuthName "Icinga Access"
AuthType Basic
AuthUserFile /usr/local/icinga/etc/htpasswd.users
Require valid-user
</Directory>

Alias /icinga /usr/local/icinga/share

<Directory "/usr/local/icinga/share">
Options None
AllowOverride None
Order allow,deny
Allow from all
AuthName "Icinga Access"
AuthType Basic
AuthUserFile /usr/local/icinga/etc/htpasswd.users
Require valid-user
</Directory>
#"


in the acces_log:
"127.0.0.1 - - [27/Jan/2012:15:24:12 +0100] "GET / HTTP/1.0" 200 317"

in the suexec_log is this:
"[2012-01-27 22:15:24]: uid: (501/admin) gid: (502/admin) cmd: tac.cgi
[2012-01-27 22:15:24]: directory is writable by others: 
(/usr/local/icinga/sbin)"

And there are no errors reported in the error_log.

This can maybe be the problem.. but does anyone know how to fix this? 
Ive searched all over the internet but it couldn't find it.

I hope some can help me further..

greets

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to