I have read about it in the rrdtool tutorial page. But the problem is, we really have many routers. And we need to plot totals for different values and not always for those all routers ( it is a complicated network) So, if we go with defining the CDEF manually, it will be a headache. I mean in the CDEF CDEF: result = value, 0, if doesn't help because I have a varying number of routers, and changing every few days. I think changing the newest rrd file by padding extra 0's in the past is the proper solution for us, but HOW TO determine the proper RRA number and what is the number of ROWS to add in order to get one year in the past !!!
Regards Mohamed Eldesoky On Wednesday 20 November 2002 1:29 pm, Serge Maandag wrote: > You can exclude unknown values in a cdef (if unknown then 0 else value). > > There have been a number of posts on this subject in the list. Do a > search in google. > Something like > http://www.google.com/search?sourceid=navclient&q=rrd%2Dusers+graph+unkn > own > > Serge. > > -----Original Message----- > From: Mohamed Eldesoky [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 20, 2002 12:20 PM > To: [email protected] > Subject: [rrd-users] Multible RRD files on one graph > > > > Hello all > I want to graph the total of Bandwidth utilized by our routers. > We have rrd file for each router. > Hence I graph them ( I use cacti) using the CDEF: total all data source. > The problem is, not all routers were up at the same time. > We have new routers, that we want to be summed with old routers as well. > You all know what my problem is, the total will only be graphed for the > period > the newest router is on !!, otherwise the data will be UNKNOWN. > I think I can use rrdtool resize rrdfilename rra_num GROW num_of_rows to > make > that file the same size as the oldest, and make the unknown values > there, to > be ( 0 ) > Well, I want to know what governs the rra numbers ?? > I want to know if my method is correct or not !!! > > Any updates ?? > Regards > Mohamed Eldesoky -- 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
