[rrd-users] RRDs::create not creating
Chris Majewski
majewski at cs.ubc.ca
Thu Jun 20 21:36:51 MEST 2002
Folks
I'm unable to create an rrd with RRDs::create under rrdtool 1.0.35.
I'm doing this:
my @createParams = ($compareRRD,
'--start',
$fromTime,
'--end',
$untilTime,
"DS:@$names[0]:GAUGE:400:U:U",
"RRA:AVERAGE:0.5:1:300");
RRDs::create(@createParams);
if ($error ne '') { # something bombed
warn("RRDs error: ", RRDs::error);
}
I don't get any RRDs error, and yet the file is not created.
If I create the file beforehand with sysopen(), I end up with an empty
file. What's up?
-chris
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list