BB Unix Network Monitor - Message

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

{bb} BB-Central problem - no commands passed to the ssh command



I have a problem with BB-Central 1.5c - when I run the bb-central.pl
script it just hangs. After tearing out a bit of hair, I found out
that bb-central.pl generates bb-central.sh which should have the
commands needed to collect data from the remote system. However, it
seems that the commands never make it to the shell-script. Here's my
bb-param file:

$ grep -v "^#" bb-param
voodoo.hswn.dk  cpu     linux   250     500

and the resulting bb-central.sh looks like this:

#!/bin/sh

BBHOME=/usr/local/bb/bb
export BBHOME
[cut]
/usr/local/bb/bb/bin/bbnet voodoo.hswn.dk:22 >/dev/null
RC=$?
if [ $RC -eq 0 ]
then
        /usr/bin/ssh voodoo.hswn.dk "" >> /usr/local/bb/bbc/ext/bb-central/tmp/bb-central.dat;
fi

The effect of running /usr/bin/ssh osiris.hswn.dk "" is a
login-session that just sits there doing nothing.

This is with BB 1.9e. Any idea what's causing this ?


Henrik
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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