[rrd-users] Re: rrdtool graph --lazy option

Alex van den Bogaerdt alex at slot.hollandcasino.nl
Tue Jul 24 00:31:33 MEST 2001


Mike Papper wrote:

> I was hoping that if the RRD (meaning any one of the RRDs that the graph
> refers to) is updated the --lazy option would regenerate the graph but this
> does not appear to be the case...
> 
> Is this the expected behaviour of --lazt? If not, why not?
> 
> I am using RRDtool on windows 2000, version 1.0.30

OK, relevant changes since version 1.0.29 are:
2484,2486c2485,2486
<     i=print_calc(im,calcpr);
<     if(i<0) return -1;
<     if(i==0 || lazy) return 0;
---
>     if(print_calc(im,calcpr)==0 || lazy)
>       return 0;

It doesn't seem to've gotten worse...

Question: did it work properly in version 1.0.29 ?
Question: have you tried the latest version (1.0.33 IIRC) ?
Question: are you able to compile the source yourself ? If yes,
          please change rrd_graph.c line 2484, '||' in '&&' and
          see if that helps.

Can anybody verify the problem and if so, verify the solution?

cheers,
-- 
   __________________________________________________________________
 / alex at slot.hollandcasino.nl                  alex at ergens.op.het.net \
| work                                                         private |
| My employer is capable of speaking therefore I speak only for myself |
+----------------------------------------------------------------------+
| Technical questions sent directly to me will be nuked. Use the list. | 
+----------------------------------------------------------------------+
| http://faq.mrtg.org/                                                 |
| http://rrdtool.eu.org  --> tutorial                                  |
+----------------------------------------------------------------------+

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