E.g. to define a special setup of the BBDISPLAY variable when it is used by an application in the "management" area, you would do this:
BBDISP="127.0.0.1" # Default definition management/BBDISP="10.1.0.5" # Definition in the "management" area
Areas are invoked by using the "--area" option for all tools, or via the ENVAREA setting in the hobbitlaunch.cfg(5) file.
BBGHOSTS=1: Causes the status report to be silently discarded. This is the default behaviour in Xymon.
BBGHOSTS=2: Discards the status report, but keep track of the hostname and report it on the hobbitd status page.
When BBGHOSTS is set to 1 or 2, the hostnames in incoming status-messages is matched without any case-sensitivity, unlike normal Big Brother which is case-sensitive in hostnames. So with BBGHOSTS set to 1 or 2, "WWW.FOO.COM" and "www.foo.com" are considered to be the same host. If necessary, the incoming hostname will be changed to match the way it is written in the bb-hosts file, changing case as needed.
This is also used by the bb-hostsvc.cgi(1) script to determine if the detailed status view of a test should include a graph.
If you have the mtr(8) tool installed - available from http://www.bitwizard.nl/mtr/ - I strongly recommend using this instead. The recommended setting for mtr is "/usr/sbin/mtr -c 2 -n --report" (the exact path to the mtr utility may be different on your system). Note that mtr needs to be installed suid-root on most systems.