Re: variable name in 'data' ... don't really know how to say it...

2011-06-06 Thread Chris Nehren
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

variable name in 'data' ... don't really know how to say it...

2011-05-28 Thread PetePDX
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,