View previous topic :: View next topic |
Author |
Message |
SeaPig n00b
Joined: 18 Jun 2002 Posts: 70
|
Posted: Mon Oct 27, 2003 2:34 pm Post subject: nagios web face problem |
|
|
After I upgraded apache (and a few other apps with -u world) the nagios web doesn't work. I think the problem is that 99_nagios.conf doesn't exits in /etc/apache2/conf/modules.d/. Acording to the ebuild it should put it there. I have re-emered apache and nagios in that order, but I still don't get the 99_nagios.conf file.
Also -Yes, I have added "-D NAGIOS" to /etc/conf.d/apache2.
thanks
-seaPig |
|
Back to top |
|
|
theCoder n00b
Joined: 03 Mar 2003 Posts: 39 Location: Florida, USA
|
Posted: Sun Nov 16, 2003 10:55 pm Post subject: |
|
|
I have the same problem. I did find the 99_nagios.conf file in /usr/portage/net-analyzer/nagios-core/files/99_nagios.conf. I think it's right (at least it looks right), but the directories that it points to contain no files! I don't remember seeing any emerge errors when I emerged nagios, so I don't know why it seems to be missing files... |
|
Back to top |
|
|
theCoder n00b
Joined: 03 Mar 2003 Posts: 39 Location: Florida, USA
|
Posted: Sun Nov 16, 2003 11:54 pm Post subject: |
|
|
I think I figured out the problem. After consulting the .ebuild, I found that you need to use "gd". So, I re-emerged with
Code: |
USE="apache2 gd" emerge nagios-core
|
That seems to have gotten all the files installed.
Now, on to figuring out how to configure and use Nagios :) |
|
Back to top |
|
|
|