10/17/2007

Big Brother:HTML Formatting

My company is using monitoring tool called Big Brother.It's right great tool.
we monitor our customer's servers.I will explain how to change html formatting rules of Big Brother.
In some custom scripts,the output contains some html tags like "BR ".
With the default settings of Big Brother,those tags are converted to another strings.As a result,the output in the html format is some kind of wired. So I took some investigation and figured it out.
To use html tags in the output,we need to edit bbdef-server.sh in $BBHOME/etc folder.
Here is the procedure.

On the Big Brother server

cd $BBHOME/etc
vi bbdef-server.sh

Search the description named 'RUNOPTS'
Default value is "CONVHTMLTAGS"
and it needs to change "EMBEDHTML" like below.

#RUNOPTS="CONVHTMLTAGS"
RUNOPTS="EMBEDHTML"
export RUNOPTS

save file and restart BigBrother server.

I refered the following article to find this out.
http://support.bb4.com/archive/200512/msg00055.html

Thank you ,Phil.

No comments: