Hi I'm running nagios 2.4.-0bpo1 (nagios 2.4 backported for Debian Sarge) on apache2 2.0.54-5. I tried to apply the theme nuvola, but I'm having problems with the stylesheets.
The problem is that if I apply the theme nuvola the frames do not contain any link to the stylesheet "common.css" resulting in all the common styles lost. This is for instance tac.cgi ------ </TITLE> <LINK REL='stylesheet' TYPE='text/css' HREF='/nagios/stylesheets/tac.css'> </HEAD> <BODY CLASS='tac' marginwidth=2 marginheight=2 topmargin=0 leftmargin=0 rightmargin=0> ... ------- If I try to take just the stylesheets from nuvola (but not the sidebar) using the original sidebar the frames contain the link to common.css. This is the same tac.cgi called with the original sidebar: ------- </TITLE> <LINK REL='stylesheet' TYPE='text/css' HREF='/nagios2/stylesheets/common.css'> <LINK REL='stylesheet' TYPE='text/css' HREF='/nagios2/stylesheets/tac.css'> </HEAD> <BODY CLASS='tac' marginwidth=2 marginheight=2 topmargin=0 leftmargin=0 rightmargin=0> .... -------- So I guess that is an issue with the nuvola sidebar, but I checked the code and the calls to the cgi scripts are the same as the original sidebar... so I don't know what could be the problem... Any hint? Thanks stezz ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] 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
