On Wed, 23 Mar 2005 11:12:01 -0500, Thomas Beecher
<[EMAIL PROTECTED]> wrote:
> The question then:
> 
> Is it possible to combine two data sources from different RRD databases
> into one? Ie. Combine device1.rrd:DS0 with device2.rrd:DS1 to create
> total.rrd:DS0.

Something like this?

"DEF:device1=device1.rrd:ds0:AVERAGE",
"DEF:devicd2=device2.rrd:ds1:AVERAGE",
"CDEF:total=device1,device2,+",

Paul

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to