[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to "escape" a column name
- To: xymon (at) xymon.com
- Subject: how to "escape" a column name
- From: Joe Acquisto <joe.acquisto (at) gmail.com>
- Date: Wed, 5 Jan 2011 16:38:22 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=6C0MyE5T3XSiwtlmPbMUaGqpsLJFxpLz85WTSEh+RpM=; b=l4Nzdxcfgl/8kR+Ah/S2VMcV8y7yH0Lq7zkW6xe+F4nTBJA0VbKfaVMvqmKHtUzEO4 xQmYeLl+3zSydQw7GaNj/MzAwu4sXKFgiBNriu1NWLZl+as5LF6VLp+WIhHa6EOcxf3Z wqalyQrrbIqthPDVVxfWEzql1YgH0q3vzptiI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=os6z1dCvoQA7jsnxDv4kaZ9ZofdvDlV9MedYejpwnKHWpb5uA7XLjRXQZBhK8S5mRS OzV4H3F2U39SqJMm+UTYCWeR8IxV1Ms25TaUb/faEIuk9cfIn+YUqsdUKgjgMhV7+H3C b1EUOSVTu41kiFt2jxiA0helKekI4jb1RLDz0=
Perhaps someone knows offhand, to save me a lot of hacking.
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`"
Or like that.