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 -- 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
