Xymon Mailing List Archive search

Horizontal lines as separatorson the main view

3 messages in this thread

list Becker Christian · Fri, 20 Apr 2012 10:29:34 +0000 ·
Hello out there,

having implemented Xymon 4.3.7 and working with it, I'm wondering about a "cosmetic" thing.

We have several Xymon environments for several customer datacenter's. One environment has 40 pages on the main view, but they should be separated between PROD and TEST environments.

At this time, they are separated by the name of the pages, for example "Application" and "Application-T" (for TEST), or "Database" and "Database-T" and so on.
In the upper half of the main view, there are the PROD pages, and in the lower half of the main view, there are the TEST pages. The two halves are separated by "dummy" pages.
For example:

[Application]
[-]
[Application-T]

The [-] is on of the dummy pages, the next dummy page is [--], then the next dummy page is [---] and so on.

For me this is not really nice, I would rather like to have the ability to separate things using HTML-tags, for example <HR>, but I don't know if this is possible on the main view? (for example by inserting a special tag or line into hosts.cfg??)

Kind regards

CHRISTIAN BECKER
System Engineer
CSC


CSC * This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose * CSC Deutschland Services GmbH * Registered Office: Abraham-Lincoln-Park 1, 65189 Wiesbaden, Germany * Board of Directors: Gerhard Fercho (Chairman),Thomas Nebe, Peter Schmidt * Registered in Germany: HRB 7574, Wiesbaden
list Steve Holmes · Fri, 20 Apr 2012 07:45:08 -0400 ·
Try putting the <HR> in the title. Steve

Wherever you go, there you are.  
quoted from Becker Christian
On Apr 20, 2012, at 6:29 AM, Becker Christian <user-e4a19bfb94c0@xymon.invalid> wrote:
Hello out there,
 having implemented Xymon 4.3.7 and working with it, I’m wondering about a “cosmetic” thing.
 We have several Xymon environments for several customer datacenter’s. One environment has 40 pages on the main view, but they should be separated between PROD and TEST environments.
 At this time, they are separated by the name of the pages, for example “Application” and “Application-T” (for TEST), or “Database” and “Database-T” and so on.
In the upper half of the main view, there are the PROD pages, and in the lower half of the main view, there are the TEST pages. The two halves are separated by “dummy” pages.
For example:
 [Application]
[-]
[Application-T]
 The [-] is on of the dummy pages, the next dummy page is [--], then the next dummy page is [---] and so on.
 For me this is not really nice, I would rather like to have the ability to separate things using HTML-tags, for example <HR>, but I don’t know if this is possible on the main view? (for example by inserting a special tag or line into hosts.cfg??)
 Kind regards
 CHRISTIAN BECKER
System Engineer
CSC


CSC • This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose • CSC Deutschland Services GmbH • Registered Office: Abraham-Lincoln-Park 1, 65189 Wiesbaden, Germany • Board of Directors: Gerhard Fercho (Chairman),Thomas Nebe, Peter Schmidt • Registered in Germany: HRB 7574, Wiesbaden
list Henrik Størner · Fri, 20 Apr 2012 15:17:21 +0200 ·
quoted from Becker Christian
On 20-04-2012 12:29, Becker Christian wrote:
Hello out there,

having implemented Xymon 4.3.7 and working with it, I’m wondering about
a “cosmetic” thing.

We have several Xymon environments for several customer datacenter’s.
One environment has 40 pages on the main view, but they should be
separated between PROD and TEST environments.

At this time, they are separated by the name of the pages, for example
“Application” and “Application-T” (for TEST), or “Database” and
“Database-T” and so on.

In the upper half of the main view, there are the PROD pages, and in the
lower half of the main view, there are the TEST pages. The two halves
are separated by “dummy” pages.

For example:

[Application]

[-]

[Application-T]

The [-] is on of the dummy pages, the next dummy page is [--], then the
next dummy page is [---] and so on.
For me this is not really nice, I would rather like to have the ability
to separate things using HTML-tags, for example <HR>, but I don’t know
if this is possible on the main view? (for example by inserting a
special tag or line into hosts.cfg??)
It is, by (ab)using the "title" tag in hosts.cfg. We use it for the same 
purpose that You want to, and have lines like this:

title <HR>

It works. Not especially pretty (from an application design 
perspective), but it gets the job done.


Regards,
Henrik