[drraw-users] problem with drraw on AIX

Christophe Kalt kalt at taranis.org
Tue Sep 12 10:41:03 EDT 2006


On Sep 11, Stephane Didierjean wrote:
| 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 :
[...]

Weird.

Earlier on Sep 11, Stephane Didierjean wrote:
| I try to modify a little bit the drraw.cgi to have more information on the
| error and when I juste return the reason code of the error I have this
| message : Error getting info for "/home/drraw//test.rrd": unknown
| consolidation function '-s'
| The error seems to be on the line 2633 :
|  my ($start, $step, $DSnames, $data)
|                 = RRDs::fetch($file, $cf, '-s', 0, '-e', 0);

Sorry, i did not carefully read your original e-mail.  It
seems like something odd is going on with RRDs::fetch(), drraw
does not catch the error you mention just above, something
that should be fixed as it then misbehaves and gives a
misleading error.
What happens on AIX when you do:
	rrdtool fetch /home/drraw//test.rrd AVERAGE -s 0 -e 0

But i doubt you'll get the same error message as above as that
message does not seem to match with the fetch() function which
is a bit suspiscious.

Christophe


More information about the drraw-users mailing list