BB Unix Network Monitor - Message

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

Re: {bb} Larrd problem



Hi

No, I'm not get any html pages generatet.

Yes, I did ansume that the BBRRDS was set in larrd-config.pl file but I did get the errors in LARRDOUT anyway.

The "error" regarding the rrd I do understand theat they were generatet before rrd-tool had done its genration,
The rrd-tool update its file ok.


But only get the errors once,  in the LARRDOUT file.
I have restarted bb a number of times but nothing in LARRDOUT.

Some clearance regarding my attempt to run BB whit larrd.

- bbserver and bbclient is running on the same machine, ver bb1.9h in /home/bb.
- rrdtool-1.2.11 in /usr/local
- larrd-0.43d in /usr/local
- BBclient is running larrd.pl


/Bengt

Philip Clark wrote:

On Mon, 2005-10-17 at 07:50, Bengt Olsson wrote:


Hi

I have some problems when i tries to run larrd on debian.

When I start bb-client with larrd i get the followning error i the
LARRDOUT file:

//usr/local/larrd/larrd-html.pl: BBRRDS is not set
/usr/local/larrd/la-larrd.pl: STATUS did not find
/home/bb/bbvar/rrd/deblab.la.rrd, created.
/usr/local/larrd/la-larrd.pl: STATUS did not find
/home/bb/bbvar/rrd/deblab.users.rrd, created.
/usr/local/larrd/la-larrd.pl: STATUS did not find
/home/bb/bbvar/rrd/deblab.procs.rrd, created.
/usr/local/larrd/disk-larrd.pl: STATUS did not find
/home/bb/bbvar/rrd/deblab.disk,var.rrd, created.
/usr/local/larrd/disk-larrd.pl: STATUS did not find
/home/bb/bbvar/rrd/deblab.disk,usr.rrd, created.
/usr/local/larrd/disk-larrd.pl: STATUS did not find
/home/bb/bbvar/rrd/deblab.disk,root.rrd, created.
/usr/local/larrd/bbnet-larrd.pl: STATUS did not find
/home/bb/bbvar/rrd/deblab.tcp.conn.rrd, created./

Where do i set the BBRRDS?
I tried to set BBRRDS in the larrd-html.pl file >
$ENV{'BBRRDS'}="$ENV{'BBVAR'}/rrd";
but it not seems to help.

The rrd data seems to get generatet but it is not generate any html pages.

My larrd-config.pl file look like this:



<contents snipped>




Help please

/Bengt



You've sort of answered your own question. The line:


$ENV{'BBRRDS'}="$ENV{'BBVAR'}/rrd";

in larrd-config.pl sets the location. But I expect that the problem
will have disappeared now.

The error message is triggered by the conditional:

if( not -d $ENV{'BBRRDS'} ) {

so it will occur if the "rrd" directory does not exist. Now that it
has been created, you should not be seeing that error any more. Let
the list know if you're still having problems.

Cheers, Phil.






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