[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hobbitdboard report
- To: hobbit (at) hswn.dk
- Subject: hobbitdboard report
- From: "mario andre" <rower.master (at) gmail.com>
- Date: Mon, 28 Apr 2008 12:10:44 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=CD/7y+x66pBFkwptcIf7r34t1iF8Vnv3wEwWfzhNBGU=; b=GqRehoHJvdfV0f6jECSd7knb6rJSbr4/aF3yPT2uFWUSMkHP2NHD2cN9r3HRKZ8EM0s6EZN4X/0QhybOW0mcQNSBW9fks5exgTCklHlgphe7E8dVkQfafNxrdmMMlVEkx+miXJrxKWvP6otmagpf2eOfHBJAbn1gGo5epQRXX1M=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=dFZYXR3ZYG1IHN5n8Ltr4gcSFrsqlBIyOoSKU6HBrtuqSzH/B8f65pwHJN4AdV+7e6hZolfdS6izN8Ovj9fT6LHCctausN72fAkZS/2uE26ABjCNMV+HD+ssK7336sUB4tPRgzA85sNCpykRGysQdAR7adGspC9nDBD/zrxTplU=
Hi,
I'm using the bb command to extract all my machines disk information with
the command:
/home/mon/server/bin/bb x.x.x.x "hobbitdboard test=disk
fields=hostname,testname,msg" > out.disk
I have a column test called "bkp_disk" and when I run the line above the
information from this test "bkp_disk" appears on the report of the
hobbitdboard instead of only the "disk" column, the 2 "tests" appears.
Another thing that I'm trying is to change the output of the hobbitdboard
msg. In the manual of bb we have :
The ackmsg, dismsg and msg fields have certain characters encoded: Newline
is "\n", TAB is "\t",
carriage return is "\r", a pipe-sign is "\p", and a backslash
is "\\".
My question is if there is a way to sed, read, or "decode" the "\n" to the
newline format?
Thanks in advance,
Mario.