[rrd-users] Re: RRD Database Combining
MrPaulAR
mrpaular at gmail.com
Wed Mar 23 18:30:13 MET 2005
On Wed, 23 Mar 2005 11:12:01 -0500, Thomas Beecher
<tbeecher at localnet.com> 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: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