[drraw-users] problem with drraw on AIX
Stephane Didierjean
DIDIERJE at fr.ibm.com
Mon Sep 11 10:38:02 EDT 2006
>On Sep 11, Stephane Didierjean wrote:
>| The problem is when I try to add a graph I have the following error : No
>| data source for "AVERAGE" RRA found in file "/home/drraw//test.rrd"!
>| No matter what I try to add and what database I use I always have this
>| error.
>
>It's a configuration mismatch between drraw and your RRD
>files. The RRA names are up to the user creating the RRD
>file, and can be customized in drraw.conf to match your RRD
>files. "rrdtool info /path/to/file.rrd" will tell you what
>names are in use in your files, you can then update drraw.conf
>with these.
In fact the RRA name is the same that I have on my RRD file, this is what
is strange.
For information here is the result of the rrdtool info :
# rrdtool info test.rrd
filename = "test.rrd"
rrd_version = "0003"
step = 300
last_update = 1051485300
ds[vitesse].type = "COUNTER"
ds[vitesse].minimal_heartbeat = 600
ds[vitesse].min = NaN
ds[vitesse].max = NaN
ds[vitesse].last_ds = "12423"
ds[vitesse].value = 0.0000000000e+00
ds[vitesse].unknown_sec = 0
rra[0].cf = "AVERAGE"
rra[0].rows = 24
rra[0].pdp_per_row = 1
rra[0].xff = 5.0000000000e-01
rra[0].cdp_prep[0].value = NaN
rra[0].cdp_prep[0].unknown_datapoints = 0
rra[1].cf = "AVERAGE"
rra[1].rows = 10
rra[1].pdp_per_row = 6
rra[1].xff = 5.0000000000e-01
rra[1].cdp_prep[0].value = 2.6666666667e-02
rra[1].cdp_prep[0].unknown_datapoints = 0
More information about the drraw-users
mailing list