CentOS 4.4 <br><br>thanks - I will give those a try.<br><br><div><span class="gmail_quote">On 4/26/07, <b class="gmail_sendername">Valdinger, Stephen (DOV, MSX)</b> <<a href="mailto:stephen.valdinger@doverchem.com">stephen.valdinger@doverchem.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Are you running Fedora or Ubuntu? I have a this solution on the forums.
<br>You can see it here:<br><br><a href="http://www.meulie.net/portal_plugins/forum/forum_viewtopic.php?8517">http://www.meulie.net/portal_plugins/forum/forum_viewtopic.php?8517</a><br><br>there is also another bit that may help you out :
<br><br><br> 3) Post install Configuration of Nagios<br>Edit apache's httpd.conf file. (the location of the httpd.conf file may<br>differ)<br><br>vim /etc/httpd/conf/httpd.conf<br><br>Add the following line at the end of the file.
<br><br>Include /etc/httpd/conf/nagios.conf<br><br>Create the file '/etc/httpd/conf/nagios.conf'.<br><br>vi /etc/httpd/conf/nagios.conf<br><br>Add the following contents to this file.<br><br>-------------------------------------------------
<br>ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/<br>    <Directory ?/usr/local/nagios/sbin/?><br>        AllowOverride AuthConfig<br>        Options ExecCGI<br>        Allow from all<br>        Order allow,deny
<br>    </Directory><br><br>Alias /nagios/ /usr/local/nagios/share/<br>    <Directory ?/usr/local/nagios/share?><br>        Options None<br>        AllowOverride AuthConfig<br>        Order allow,deny<br>        Allow from all
<br>    </Directory><br>--------------------------------------------------<br><br><br>Make sure the updations done with http is fine and restart apache.<br><br>#service httpd restart<br><br><br><br><br>Stephen Valdinger
<br>MIS Helpdesk Coordinator<br>Dover Chemical Corporation<br>3676 Davis Rd NW<br>Dover, OH 44622<br>330-365-3622<br><a href="mailto:stephen.valdinger@doverchem.com">stephen.valdinger@doverchem.com</a><br><br><br><br>Your day probably won't get as bad as this guys......
<br>-----Original Message-----<br>From: <a href="mailto:af.at.work@gmail.com">af.at.work@gmail.com</a> [mailto:<a href="mailto:af.at.work@gmail.com">af.at.work@gmail.com</a>]<br>Sent: Thursday, April 26, 2007 1:34 PM<br>To: 
<a href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>Subject: [Nagios-users] Installation help - CentOS 4.4 Server<br><br>I have followed the install guide<br>(<a href="http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html">
http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html</a>) down<br>to step #5<br><br>5) Configure the Web Interface<br><br>Install the Nagios web config file in the Apache conf.d directory.<br><br>make install-webconf
<br><br><br>But, after running  'make install-webconf' I get:<br>make: *** No rule to make target `install-webconf'.  Stop.<br><br>Any help would be most appreciated.<br><br>Cheers.<br><br>------------------------------------------------------------------------
<br>-<br>This SF.net email is sponsored by DB2 Express<br>Download DB2 Express C - the FREE version of DB2 express and take<br>control of your XML. No limits. Just data. Click to get it now.<br><a href="http://sourceforge.net/powerbar/db2/">
http://sourceforge.net/powerbar/db2/</a><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">
https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when<br>reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null
<br><br></blockquote></div><br>