Apache Nagios interface
Daniel Budde II
dbudde at leadergraphics.com
Fri Mar 18 21:34:03 CET 2005
Ok, I am able to get Nagios running now without any apparent errors and I
have Apache running on my system, but when I try to reach
"http://netmonitor.interactivetwist.com/nagios" I just get the 404 error. I
have made the following additions to my "httpd.conf" file.
ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/
<Directory "/usr/local/nagios/sbin/">
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Alias /nagios/ /usr/local/nagios/share/
<Directory "/usr/local/nagios/share">
Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
Here are a few of the settings from my "cgi.cfg" file:
# MAIN CONFIGURATION FILE
main_config_file=/usr/local/nagios/etc/nagios.cfg
# PHYSICAL HTML PATH
physical_html_path=/usr/local/nagios/share
# URL HTML PATH
url_html_path=/nagios
I have installed Nagios in /usr/local/nagios using all the default
instructions. How would I go about debugging this? Is there a particular
resource that works with getting the nagios interface working with apache?
Thanks in advance for any help,
Daniel Budde II
Programmer & Network Administrator
Leader Graphic Design
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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