BB Unix Network Monitor - Message

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

Re: {bb} Larrd problem



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.



-- 
We have only two things to worry about: That things will never get
back to normal, and that they already have.

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