<div class="gmail_quote">On 24 August 2010 08:37, Ifeanyi Agu <span dir="ltr"><<a href="mailto:ifepet2002@yahoo.com">ifepet2002@yahoo.com</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;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">Hello all,<br><br>I am new to Nagios. I just installed it and did all the necessary configuration but when I open it on my browser, I can only view the documentation. The other links I go keep showing me internal server error.<br>
<br>I checked the apache error logs and it was telling me that permission was denied when trying to access the cgi files that come with Nagios. Please what could be the problem?<br><br>Ifeanyi Agu<br>
08063728802</td></tr></tbody></table><br></blockquote><div><br>Welcome!  I hope you enjoy using Nagios as much as I do.<br><br><br>A common reason for this problem is that the correct permissions are not applied.<br><br>
When you compiled nagios, did you run "make install-webconf"?<br><br>After that you should have reloaded the Apache config.  The command for this might vary depending on what Linux distribution you are using.  As an example, on Ubuntu it is..<br>
<br>  /etc/init.d/apache2 reload<br><br>Another problem can be that the Nagios daemon is not running.  If you enter:<br><br>  ps -ef | grep nagios<br><br>does this show the daemon running?<br><br>It is also a good idea to check your nagios config before starting the Nagios daemon.  You do this by entering:<br>
<br>/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg<br><br>(you might need to alter those if you installed in a different location).  If the verification fails, you will need to fix whatever the problems are in your config before continuing.<br>
<br>Which version of Linux are you using, and which instructions did you follow when installing Nagios?  Nagios can be installed in lots of different ways so it will help to know which one you were working to.<br><br>Cheers,<br>
<br>Jim<br> </div></div><br>