Xymon Mailing List Archive search

bb-xsnmp.pl + HOBBIT

list Marco Avvisano
Wed, 30 Mar 2005 10:35:12 +0200
Message-Id: <2f6801c53503$6711a1f0$2b01d59f@pcma13319new>


The bb-combo.sh need also the touchtime script from bb installation

M.
For anyone using bb-xsnmp.pl, here is the fix to get it working.

1. Set up the bb-xsnmptab in the etc directory.
2. Move bb-xsnmp.pl to the ext directory
3. Move the bb-combo.sh from big brother to hobbit.
4. Add the following lines to the beginning of the script (below the
my $debug line):

 # Hacked for hobbit!!
 $ENV{'BBNET'} = 'TRUE';

This should get the script working.  Run the following commands to test
it:
$BBHOME/bin/bbcmd
$BBHOME/ext/bb-xsnmp.pl
You can then launch it from the hobbitlaunch.cfg without a problem.

Cheers,
Brian