On Thu, May 26, 2011 at 10:18:51 -0700 , PetePDX wrote:
>
>
> I want to update a rrd database file, I'm using RRDTool::OO the data
> is coming out of a database table.
> each row in the database has in it two columns that are the dsname and
> the associated value.
Pete, perhaps the reason that y
I want to update a rrd database file, I'm using RRDTool::OO the data
is coming out of a database table.
each row in the database has in it two columns that are the dsname and
the associated value.
to insert a record using RRDTool::OO one does
$rrd->update(time => $time, values => [$val1, $val2,