[Nagios-devel] background color not set in nagios-1.06a

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] background color not set in nagios-1.06a

Post by Guest »

The setting of the white background for the cgi's does not work
correctly when using Netscape on an unix box. In netsaint-0.0.7b8 the
background was white. In Nagios the backgound is the grey default color
of Netscape.

Here is an example of the difference between netsaint-0.0.7b8 and
nagios-1.06a:

In netsaint-0.0.7b8 the beginning of the file
share/stylesheets/status.css looks like this:



BODY { font-family: arial,serif; background-color : white;
color: black; background-color: white }
BODY.status { font-family: arial,serif; background-color :
white; color: black; background-color: white }
DIV.errorMessage { text-align: center; color: red; font-weight :
bold; font-size: medium }



In nagios-1.06a the same file begins like this:



.status { font-family: arial,serif; background-color: white;
color: black; }

.errorMessage { font-family: arial,serif; text-align: center;
color: red; font-weight: bold; font-size: medium; }


This difference/problem exists in a lot of other stylesheets.

If I change the beginning of the file in Nagios to that of Netsaint the
background is white again.

Is this a problem of the stylesheets or is this a misconfiguration
of my browser/webserver?

Has anybody the same problem? Any hints?

Thanks Marcus





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: Marcus.Hildenbrand@sap.com
Locked