I got it working
Thx a lot.
-Original Message-
From: Chris Mason [mailto:ch...@noodles.org.uk]
Sent: 07 March 2012 14:58
To: Engrie, Marc
Cc: rrd-users@lists.oetiker.ch
Subject: Re: [rrd-users] combining several RRD log files to one
> Has anyone a logic (pseudo-code) or (Perl) scr
Missed that one :-)
I'll give it a try
Thx a lot
-Original Message-
From: Chris Mason [mailto:ch...@noodles.org.uk]
Sent: 07 March 2012 14:58
To: Engrie, Marc
Cc: rrd-users@lists.oetiker.ch
Subject: Re: [rrd-users] combining several RRD log files to one
> Has anyone a logic
> Has anyone a logic (pseudo-code) or (Perl) script that allows me to combine
> several RRD log files that contain one or 2 datasets to one RRD file with
> several datasets.
When you define a DEF, you specify the RRD file:
DEF:ds0=router1.rrd:ds0:AVERAGE
DEF:ds1=router2.rrd:ds0:AVERAGE
You can
On Wed, 7 Mar 2012, Engrie, Marc wrote:
...
->
-> This should allow me to show within one graph multiple dataset (stacked or
not).
You can do all this (present single graph) with your current (multiple) RRD
files
No need to create yet another RRD file.
--
thanks
kevin.foote
_
Hello,
Has anyone a logic (pseudo-code) or (Perl) script that allows me to combine
several RRD log files that contain one or 2 datasets to one RRD file with
several datasets.
This should allow me to show within one graph multiple dataset (stacked or not).
Marc Engrie
___