This is the error message I get when I click on one of
the side buttons (Tactical Overview, Status Detail,
etc.):
Error: Could not read host and service status
information!
I ran a pre-flight check and it was successful with no
serious problems detected.
The following is what I have in 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">
AllowOverride AuthConfig
Order allow,deny
Allow from All
</Directory>
I also check my access_log and there seems to be
nothing there that can tell me what is wrong. Here is
a sample of what I have in my access_log:
HTTP/1.1" 200 353
127.0.0.1 - nagiosadmin [18/Jan/2002:15:58:00 -0800]
"GET
/nagios/cgi-bin/status.cgi?hostgroup=all&style=summary
HTTP/1.1" 200 353
127.0.0.1 - nagiosadmin [18/Jan/2002:15:58:01 -0800]
"GET
/nagios/cgi-bin/status.cgi?hostgroup=all&style=grid
HTTP/1.1" 200 353
1.1" 200 353
If anyone can help me out, I really appreciated it.
Thanks in advance.
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
|