[rrd-users] Re: Problem with RRDs::graph

Alex van den Bogaerdt alex at slot.hollandcasino.nl
Fri Nov 26 14:41:23 MET 1999


> 
> rrdtool graph luke.gif --start 943606500 --end 943608000

[...]

> $now="943606500";
> $nown="943608000";
> my(@args) =  ("luke2.gif", '--start',"$nown",'--end',"$now", 

substitute $nown and $now to get

> my(@args) =  ("luke2.gif", '--start',"943608000",'--end',"943606500", 

and you'll probably see why it doesn't work :-)

Regards
-- 
   __________________________________________________________________
 / 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 |
+----------------------------------------------------------------------+

--
* To unsubscribe from the rrd-users mailing list, send a message with the
  subject: unsubscribe to rrd-users-request at list.ee.ethz.ch



More information about the rrd-users mailing list