Installation help - CentOS 4.4 Server
Valdinger, Stephen (DOV, MSX)
stephen.valdinger at doverchem.com
Thu Apr 26 19:38:57 CEST 2007
Are you running Fedora or Ubuntu? I have a this solution on the forums.
You can see it here:
http://www.meulie.net/portal_plugins/forum/forum_viewtopic.php?8517
there is also another bit that may help you out :
3) Post install Configuration of Nagios
Edit apache's httpd.conf file. (the location of the httpd.conf file may
differ)
vim /etc/httpd/conf/httpd.conf
Add the following line at the end of the file.
Include /etc/httpd/conf/nagios.conf
Create the file '/etc/httpd/conf/nagios.conf'.
vi /etc/httpd/conf/nagios.conf
Add the following contents to this file.
-------------------------------------------------
ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/
<Directory ?/usr/local/nagios/sbin/?>
AllowOverride AuthConfig
Options ExecCGI
Allow from all
Order allow,deny
</Directory>
Alias /nagios/ /usr/local/nagios/share/
<Directory ?/usr/local/nagios/share?>
Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
--------------------------------------------------
Make sure the updations done with http is fine and restart apache.
#service httpd restart
Stephen Valdinger
MIS Helpdesk Coordinator
Dover Chemical Corporation
3676 Davis Rd NW
Dover, OH 44622
330-365-3622
stephen.valdinger at doverchem.com
Your day probably won't get as bad as this guys......
-----Original Message-----
From: af.at.work at gmail.com [mailto:af.at.work at gmail.com]
Sent: Thursday, April 26, 2007 1:34 PM
To: nagios-users at lists.sourceforge.net
Subject: [Nagios-users] Installation help - CentOS 4.4 Server
I have followed the install guide
(http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html) down
to step #5
5) Configure the Web Interface
Install the Nagios web config file in the Apache conf.d directory.
make install-webconf
But, after running 'make install-webconf' I get:
make: *** No rule to make target `install-webconf'. Stop.
Any help would be most appreciated.
Cheers.
------------------------------------------------------------------------
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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