Well, I can tell you this. I have
bb1.9e, and I went into $BBHOME/etc/bbdef-server.sh and added DENABLE_ENABLE
as a RUNOPT and bounced BB, and it worked fine. I can now disable
and enable tests, and per recommendation on this list, I am using maint.pl
from Deadcat. Hope that helps!
Chris Ivey
HP OpenView Certified Consultant - NNM 6.x on Unix (0010-01-42093)
SkillDrill.com Certified Cold Fusion 4.5 Developer
MTS - Systems Engineer IV
Verizon Data Services, ENSS-West NMS Tools Group
AIM: IveyAtGTEDS
"Don't insult me. Luck is for those without skill." ::
Greg Sanders, CSI
"Livin' lovin', lovin' livin', it's all good... I'm lovin' livin',
it's all good." :: Will Smith, "It's All Good", Big Willie
Style
"Krahn, Anderson"
<AKrahn@tribune.com> Sent by: owner-bb@bb4.com
10/04/2005 03:48 PM
Please respond to
bb@bb4.com
To
bb@bb4.com
cc
Subject
{bb} setting up disable monitoring
Hi,
Recently installed the latest
version of BB(bb1.9h-btf) on solaris 9.
I changed the following file
to add the CFLAGS..
/opt/bb/bb1.9h-btf/src/minimake/genmake
workdir=`echo $0 | sed 's/genmake//g'`
for BBOS in $OSTYPES
do
BBENV=""
LIBS=""
CFLAGS="-DENABLE_DISABLE" -- here is where I added the
flag
case $BBOS in
freebsd|bsdi*|darwin|netbsd|openbsd) echo "Making
$BBOS makefile
"
CFLAGS="${CFLAGS}
-DZOMBIE -D${BBOS} -DGETTIMEOFDAY -DRE
GEXEC -O"
;;
However, I still cannot disable
monitoring on any of the hosts using en-dis.cgi. Any thoughts?
Thanks,