[drraw-users] WG: Problem with DRRAW building wrong path name
Andreas.Luber@atosorigin.com
Andreas.Luber at atosorigin.com
Thu Dec 28 11:10:49 EST 2006
Hi Christophe,
i did check my rrd files regarding rra names before writing the mail, but couldn't see an error. Here is the output:
/usr/local/rrdtool/bin/rrdtool info /usr/local/rrdtool/rrds/srvde006-5.rrd | grep \\.cf
rra[0].cf = "AVERAGE"
rra[1].cf = "AVERAGE"
rra[2].cf = "LAST"
rra[3].cf = "LAST"
I didn't make changes to drraw.conf as it looks ok for me:
@rranames = ( 'MIN', 'AVERAGE', 'MAX', 'LAST' );
%rranames = ( 'MIN' => 'Min',
'AVERAGE' => 'Avg',
'MAX' => 'Max',
'LAST' => 'Last'
);
Any hint's?
Best regards,
Andreas
-----Ursprüngliche Nachricht-----
Von: drraw-users-bounces at taranis.org [mailto:drraw-users-bounces at taranis.org] Im Auftrag von Christophe Kalt
Gesendet: Donnerstag, 28. Dezember 2006 13:39
An: drraw-users at taranis.org
Betreff: Re: [drraw-users] Problem with DRRAW building wrong path name
On Dec 28, Andreas.Luber at atosorigin.com wrote:
| when using drraw 2.2.a1 to create a new graph, drraw generate an error
| message after i selected a data source RRA from a database file:
| No data source for "AVERAGE" RRA found in file
| "/usr/local/rrdtool//rrds/srvde006-5.rrd"!
|
| Please note the two // in "/usr/local/rrdtool//rrds/srvde006-5.rrd" !!
The two // are expected, nothing you should be concerned
about. The problem is that your RRD file(s) do not have an
AVERAGE RRA as per the error message.
This can be a problem with your RRD file(s), but is more
likely to simply require you to update @rranames and %rranames
in drraw.conf
rrdtool info /usr/local/rrdtool//rrds/srvde006-5.rrd | grep \\.cf
will give you the RRA names used when creating the RRD file.
Christophe
_______________________________________________
drraw-users mailing list
drraw-users at taranis.org
http://web.taranis.org/mailman/listinfo/drraw-users
More information about the drraw-users
mailing list