How to compact the status webpages of xymon
list Klaas Eenkhoorn
Dear All, I'm searching for a way to compact the web pages of xymon. I'd like to decrease the distance between the lines of the status pages. Where do i have to change this ? Greetzzz, Klaas D. Eenkhoorn -------------------------Disclaimer------------------------------- De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming kregen dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is verboden. De informatie in dit e-mailbericht (en bijlagen) kan vertrouwelijk van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht en een verschoningsrecht.
list Malcolm Hunter
▸
----- Original Message ----- From: Eenkhoorn, (Klaas) Sent: 01/18/12 10:38 AM To: xymon at xymon.com Subject: [Xymon] How to compact the status webpages of xymon Dear All, I'm searching for a way to compact the web pages of xymon. I'd like to decrease the distance between the lines of the status pages. Where do i have to change this ?
You could try editing the xymonbody.css file in ~xymon/server/www/gifs. Malcolm -- BBWin Development - The Windows client for Big Brother and Xymon http://bbwin.sourceforge.net http://xymon.sourceforge.net
list David Hickman
I have experience of doing that and it's do-able. The version of xymon that I was running (4.3.5) had formatting that was in-line with the HTML but using the CSS !important tag seems to override this quite well. For example to change the colour of the server names (as I was giving the status pages a white background) I used:
/* OVERRIDE server names and other titles */
td font span {
color: #000000 !important;
}
Good luck!
David
▸
-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Malcolm Hunter
Sent: 19 January 2012 12:40
To: Eenkhoorn, (Klaas); xymon at xymon.com
Subject: Re: [Xymon] How to compact the status webpages of xymon
----- Original Message ----- From: Eenkhoorn, (Klaas) Sent: 01/18/12 10:38 AM To: xymon at xymon.com Subject: [Xymon] How to compact the status webpages of xymon Dear All, I'm searching for a way to compact the web pages of xymon. I'd like to decrease the distance between the lines of the status pages. Where do i have to change this ?
You could try editing the xymonbody.css file in ~xymon/server/www/gifs. Malcolm -- BBWin Development - The Windows client for Big Brother and Xymon http://bbwin.sourceforge.net http://xymon.sourceforge.net