FW: I see garbage after Nagios starts

Marc Powell mpowell at ena.com
Tue Nov 11 23:38:43 CET 2003


For general documentation....

m

________________________________________
From: Johnston Michael J Contr AFRL/DES [mailto:michael.johnston at kirtland.af.mil] 
Sent: Tuesday, November 11, 2003 4:26 PM
To: Marc Powell

Marc,
 
You're a genius!  I added in that line and restarted and it came right up!  Thank you so much!
 
Mike
-----Original Message-----
From: Marc Powell [mailto:mpowell at ena.com]
Sent: Tuesday, November 11, 2003 3:21 PM
To: Johnston Michael J Contr AFRL/DES
Subject: RE: [Nagios-users] I see garbage after Nagios starts
As I indicated below, you need to uncomment the line 'AddHandler cgi-script .cgi' in your httpd.conf and restart apache. Apache doesn't know to treat .cgi files as scripts without that. Everything else looks ok at first glance.
 
--
Marc 
 
________________________________________
From: Johnston Michael J Contr AFRL/DES [mailto:michael.johnston at kirtland.af.mil] 
Sent: Tuesday, November 11, 2003 3:05 PM
To: Marc Powell
 
Mark,
 
I've looked and this is what I have:
 
Alias /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>
Does this look like what I should have?  I've attached a copy of my httpd.conf file.  Maybe you'll see something that I don't.  Thank you again for your help.
 
Mike
 
 
 
-----Original Message-----
From: Marc Powell [mailto:mpowell at ena.com]
Sent: Tuesday, November 11, 2003 1:39 PM
To: Johnston Michael J Contr AFRL/DES; nagios-users at lists.sourceforge.net
Subject: RE: [Nagios-users] I see garbage after Nagios starts
Taking a stab in the dark, I'm going to bet that your web server does not know what to do with CGI's so it's just displaying them as if they were text files. Assuming you use apache, verify that you have the following directives in your httpd.conf:
 
LoadModule cgi_module         modules/mod_cgi.so
AddModule mod_cgi.c
 
AddHandler cgi-script .cgi
 
<Directory /usr/local/nagios/sbin>
        AllowOverride AuthConfig
        Options ExecCGI
        Satisfy All
</Directory>
 
 
They'll probably not all be in the same place. If you had to add or modify any of them you'll need to restart apache. In fact, you should restart apache just in case regardless...
 
--
Marc
 
 
________________________________________
From: Johnston Michael J Contr AFRL/DES [mailto:michael.johnston at kirtland.af.mil] 
Sent: Tuesday, November 11, 2003 12:24 PM
To: Marc Powell; Johnston Michael J Contr AFRL/DES; nagios-users at lists.sourceforge.net
 
Hi Marc and thanks for the response.  When I open a browser the middle display where all the information about your servers is supposed to show ups made up of illegible characters in no systematic order.  It's as if you're looking at something encrypted.
-----Original Message-----
From: Marc Powell [mailto:mpowell at ena.com]
Sent: Monday, November 10, 2003 5:50 PM
To: michael.johnston at kirtland.af.mil; nagios-users at lists.sourceforge.net
Subject: Re: [Nagios-users] I see garbage after Nagios starts
Can you be a little more specific about it looking like trash? Maybe include a link to a screenshot?


--
Marc

-----Original Message-----
From: Johnston Michael J Contr AFRL/DES <michael.johnston at kirtland.af.mil>
To: nagios-users at lists.sourceforge.net <nagios-users at lists.sourceforge.net>
Sent: Mon Nov 10 18:35:01 2003
Subject: [Nagios-users] I see garbage after Nagios starts


I was wondering if anyone else has had the problem I'm having and if so, I
hope it's easy to fix.  I'm running Redhat 9.1.  I have followed the
instruction on installing Nagios 1.1 and everything has gone exactly as
expected.  The only thing that I didn't not do is the authentication part
because I want anyone within my network to view.  Nagios starts fine and I
see in in the process when I do ps -A, but when I bring up the web page,
it's just junk.  The sidebar with all the view options looks fine, but the
middle pane is just trash.  When I run the /usr/local/nagios/bin/nagios -v
/usr/local/nagios/etc/nagios.cfg command I get no errors.  Below is what I
get when I run that command.  Am I doing something really wrong?  Is
skipping the authentication part what's holding me up?  Any help would be
great.  Thanks!

Mike


Nagios 1.1
Copyright (c) 1999-2003 Ethan Galstad (nagios at nagios.org)
Last Modified: 06-02-2003
License: GPL

Reading configuration data...

Running pre-flight check on configuration data...

Checking services...
        Checked 38 services.
Checking hosts...
        Checked 15 hosts.
Checking host groups...
        Checked 6 host groups.
Checking contacts...
        Checked 2 contacts.
Checking contact groups...
        Checked 6 contact groups.
Checking service escalations...
        Checked 2 service escalations.
Checking host group escalations...
        Checked 2 host group escalations.
Checking service dependencies...
        Checked 0 service dependencies.
Checking host escalations...
        Checked 0 host escalations.
Checking host dependencies...
        Checked 0 host dependencies.
Checking commands...
        Checked 22 commands.
Checking time periods...
        Checked 4 time periods.
Checking for circular paths between hosts...
Checking for circular service execution dependencies...
Checking global event handlers...
Checking obsessive compulsive service processor command...
Checking misc settings...

Total Warnings: 0
Total Errors:   0


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
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 sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
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