BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} mkbb.sh replacement on Deadcat - mkbb-0.15.tar.gz



I used to run it before bbgen. Here's the bb-display.sh I was using:
==
# echo "*** MAKING WEB PAGES  ***"
#/usr/bin/time $BBHOME/web/mkbb.pl -bb3_only             2>>
${BBTMP}/time.mkbb.pl
#$BBHOME/web/mkbb.pl -bb3_only
nice $BBHOME/web/mkbb.pl -bb3

#time $BBHOME/web/mkbb.sh > ${BBTMP}/BB.$$ 2>> ${BBTMP}/time.mkbb
#mv ${BBTMP}/BB.$$ $BBHOME/www/bb.html       # MOVE IT IN
#$BBHOME/web/mkbb2.sh > ${BBTMP}/BB.$$       # MAKE QUICK VIEW
#mv ${BBTMP}/BB.$$ $BBHOME/www/bb2.html      # MOVE IT IN
#$BBHOME/web/mkbb.sh > ${BBTMP}/BB.$$        # MAKE BB PAGE
#mv ${BBTMP}/BB.$$ $BBHOME/www/bb.html       # MOVE IT IN
#$BBHOME/web/mkbb2.sh > ${BBTMP}/BB.$$       # MAKE QUICK VIEW
#mv ${BBTMP}/BB.$$ $BBHOME/www/bb2.html      # MOVE IT IN
if [ "$WML_OUTPUT" = "TRUE" ]
then
        $BBHOME/web/mkbbwml.sh                  # MAKE WML VIEW
fi
==
As you can see, I was collecting timings in "time.mkbb*" in $BBTMP

Use "perldoc mkbb.pl" to see the documentation in an easily read
format. Things to look for:
 -d (debug mode, prefix all with "DEBUG-"
 BBHOME/bbdef.sh (export BBHOME=/home/bb/bb; . $BBHOME/etc/bbdef.sh)
Really, it's quite easy.

There have been issues with the -bb3/-bb3_only options, particularly if
there was a set of hosts not defined as being part of a group, or hosts
in multiple groups.

>>> pwilliamson@mandtbank.com 1/31/2005 06:02:53 >>>
Is Craig Cook still around?  Or, if in the event he isn't 
available, does anyone run this?  For various reasons, 
I can't install BBGen (hobbit), but need to do something 
about my display problems.  It looks like this little gem 
may do the trick.  I'm just wondering if anyone has any 
hints on install before I take the plunge?
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index