nongreen.html
list Asif Iqbal
The nongreen.html file shows the host type and description from info column gets appended into the hostname. It was not like that with bb2.html This is an upgrade from hobbit 4.2.0 to xymon 4.3.2 So among other stuff I have the Host type and Description shows in info column as always https://xymon.example.net/hobbit-cgi/svcstatus.sh?HOST=storage.example.net&SERVICE=info Host type: Array Description: Loc 38B, S/N 12345678 However this info now gets appended into the host name in nongreen.html page like below and makes the page real wide with even longer description https://xymon.example.net/hobbit/nongreen.html storage.example.net (Array:Loc 38B, S/N 12345678) list of services column I must have managed to break a template? I removed the server/web/* and just uploaded /usr/src/xymon-4.3.2/xymond/webfiles/* using tar. Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
list Asif Iqbal
▸
On Tue, Apr 26, 2011 at 2:54 PM, Asif Iqbal <user-6f4b51ac2a40@xymon.invalid> wrote:
The nongreen.html file shows the host type and description from info column gets appended into the hostname. It was not like that with bb2.html This is an upgrade from hobbit 4.2.0 to xymon 4.3.2 So among other stuff I have the Host type and Description shows in info column as always https://xymon.example.net/hobbit-cgi/svcstatus.sh?HOST=storage.example.net&SERVICE=info Host type: Array Description: Loc 38B, S/N 12345678 However this info now gets appended into the host name in nongreen.html page like below and makes the page real wide with even longer description https://xymon.example.net/hobbit/nongreen.html storage.example.net (Array:Loc 38B, S/N 12345678) list of services column I must have managed to break a template? I removed the server/web/* and just uploaded /usr/src/xymon-4.3.2/xymond/webfiles/* using tar.
still need help with this
▸
Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
list Raymond Lee
-----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Asif Iqbal Sent: Tuesday, May 03, 2011 10:36 AM To: xymon at xymon.com Subject: Re: [Xymon] nongreen.html
▸
On Tue, Apr 26, 2011 at 2:54 PM, Asif Iqbal <user-6f4b51ac2a40@xymon.invalid> wrote:The nongreen.html file shows the host type and description from info column gets appended into the hostname. It was not like that with bb2.html This is an upgrade from hobbit 4.2.0 to xymon 4.3.2 So among other stuff I have the Host type and Description shows in info column as always
https://xymon.example.net/hobbit- cgi/svcstatus.sh?HOST=storage.example.net&SERVICE=info
▸
Host type: Array Description: Loc 38B, S/N 12345678 However this info now gets appended into the host name in nongreen.html page like below and makes the page real wide with even longer description https://xymon.example.net/hobbit/nongreen.html storage.example.net (Array:Loc 38B, S/N 12345678) list of services column I must have managed to break a template? I removed the server/web/* and just uploaded /usr/src/xymon-4.3.2/xymond/webfiles/* using tar.still need help with this
[Lee, Raymond]
Line 505 of Xymon 4.3.2 {src}/lib/htmllog.c shows the following:
cmt = xmh_item(host, XMH_COMMENT); if (!cmt) cmt = xmh_item(host, XMH_DESCRIPTION);
But in Hobbit 4.2.0, the line was just:
cmt = bbh_item(host, BBH_COMMENT);
So if the hosts in hosts.cfg have a DESCR: tag but not a COMMENT: tag, Xymon uses the DESCR: tag as the comment. Was there a reason to add this feature? I don't like this behavior either, as it makes nongreen.html a little hard to read when you have long DESCR: tags. It would be nice to have an option for xymongen to turn off this behavior.
Thanks,
Ray
▸
Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
list Usa Ims
Greetings, I have my xymon nongreen.html displayed on a television in the IT room -- it is a great indicator when something turns red because it is so noticeable. On the top of the page, it says "Current non-green Systems". How can I change that and make it stick? usaims Washington D.C area
list Jeremy Laidman
▸
On 16 September 2014 07:56, usa ims via Xymon <xymon at xymon.com> wrote:
I have my xymon nongreen.html displayed on a television in the IT room -- it is a great indicator when something turns red because it is so noticeable. On the top of the page, it says "Current non-green Systems". How can I change that and make it stick?
The header is defined by the "stdnongreen" template file. If you want a customised header only for your TV display, and not for other views, you can create a different pageset (template). See the man pages for xymonweb and xymongen for more details. J