BB Unix Network Monitor - Message

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

Re: {bb} Change in bbnet breaks imap monitoring



Nick Metrowsky wrote:
> 
> I must admit that the new Big Brother looks very good. It seems to be
> working great on Digital UNIX V4.0d with no problems. Unfortunately, the
> new version broke the capability of monitoring port 143 (imap). The
> V1.07a version of bbnet had no problem supporting imap.
> 
> Any ideas on what changed?
> 

Nick,

can you replace in bb-network.sh of BBNET:
 
OUTPUT=`$BBHOME/bin/bbnet ${FULLNAME}:${SVC}`

with

# echo "SETTING UP PROTOCOL SPECIFIC DATA"
case $1
in
   imap* )               
          textmsg="* LOGOUT"
          ;;
   *)
          textmsg=""
          ;;
esac
# echo "TESTING SERVICE $SVC"
if [ "$textmsg" = "" ]
then    
     OUTPUT=`$BBHOME/bin/bbnet ${FULLNAME}:${SVC} "$textmsg"`
else    
     OUTPUT=`$BBHOME/bin/bbnet ${FULLNAME}:${SVC}`
fi 

Let me know if this works !
-- 
Robert-Andre Croteau	BSD,MOTU	robert@unix.sh
Systemes Informatiques RAC Enrg		robert@motu.ca
(514) 465-3057				rcroteau@videotron.ca
http://www.motu.ca/
	Si le bonheur ne s'achete pas alors louez le.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Please send mail for the mailing list to: bb@taex001.tamu.edu
  To [un]subscribe to this list, send e-mail to majordomo@taex001.tamu.edu
     with [un]subscribe bb in the BODY of the message.
  Please contact the mailing-list-owner as: bb-owner@taex001.tamu.edu


Home | Main Index | Thread Index