[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] how to "escape" a column name
- To: xymon (at) xymon.com
- Subject: Re: [xymon] how to "escape" a column name
- From: Joe Acquisto <joe.acquisto (at) gmail.com>
- Date: Fri, 7 Jan 2011 09:22:16 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=TO9sdfT6jZUt1oLa9FAhP+25mdi+Rl3xjqScrA2dRx4=; b=iy4sBZnnLvgMBAQJY34LTjUrEWb1PW1kbSmhVnSzMZNv0VTeJmyShrUDRb+Jl+Rjm0 aycKNvCU7aKaOfwZYGtb+dCJ/q3OQbSFS389RwMhQ0PPV2MLRO6rDBBsp2b9R4fDMF+q ngZc498x6N0SmcIP8Zqgw70zkhE+abgVauHgY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=OcC2JOuNiLAwCbgAGO/KhcK8G0LxI0usZqCbvRt+h+C1kaY7wcZwCU12h1+7TEmWK9 VR8wLDfyYLxtJOcIDQjOWhD77PuIOb+x18KNU5SL/swY0Nt2Ebx3kVQWqQYUKykhabb/ nCRS4/N3XIptDGacZav5ZIZsqWpX1OEzDUbEU=
- References: <AANLkTimCqPkZmgM1ZC4ezwPoi+pBNhvuBt0eMKnV_px9 (at) mail.gmail.com> <ig6un1$i3v$2 (at) voodoo.hswn.dk>
Turns out, <br> does not work, but <br/> does. My reading suggests the
former is "non portable" while the latter will be, into the future, from an
HTML point of view.
So far, other parts seem unaffected. Any parts I should attempt to test?
joe a.
On Fri, Jan 7, 2011 at 6:50 AM, Henrik Størner <henrik (at) hswn.dk> wrote:
> In <AANLkTimCqPkZmgM1ZC4ezwPoi+pBNhvuBt0eMKnV_px9 (at) mail.gmail.com<AANLkTimCqPkZmgM1ZC4ezwPoi%2BpBNhvuBt0eMKnV_px9 (at) mail.gmail.com>>
> Joe Acquisto <joe.acquisto (at) gmail.com> writes:
>
> >Is it possible to "escape" a status message, so as to make a status column
> >heading appear on two lines?
>
> >such as ~/bin/bb my_host "status 'uname -n'.MyColumn\nName green `date`
> `cat
> >mytest`"
>
>
> I don't think you can do that. If possible, it would involve writing the
> column-name as HTML, i.e. with a "<br>" for the newline. But I wouldn't
> be surprised if some parts of Xymon choked on those angle brackets as
> part of a status-name.
>
>
> Regards,
> Henrik
>
>
> To unsubscribe from the xymon list, send an e-mail to
> xymon-unsubscribe (at) xymon.com
>
>
>