[rrd-users] Re: Lazy mode with 14all-1.1.cgi routers.cgi mrtg-rrd.cgi ?
Serge Maandag
serge.maandag at staff.zeelandnet.nl
Thu Oct 31 18:33:59 MET 2002
I have used mrtg-rrd.cgi myself. It uses the lazy option by default.
The other 2 may or may not use it. Check the source code and look for a line that says something like "RRds::graph @options"
If it's not lazy, but you want it too be, add the lazy switch by doing: push @options, ("-l");
That will only work if the script writes the image to disk. If it writes to standard out, you cannot make it lazy.
Serge.
-----Original Message-----
From: PLANTEC RONAN [mailto:RONAN.PLANTEC at PR-GICM.COM]
Sent: Thursday, October 31, 2002 11:53 AM
To: rrd-users at list.ee.ethz.ch; steveshipway at yahoogroups.co.uk;
bawidama at users.sourceforge.net; mrtg at list.ee.ethz.ch
Subject: [rrd-users] Lazy mode with 14all-1.1.cgi routers.cgi
mrtg-rrd.cgi ?
I have already heard somewhere about the lazy mode with RRDtool. After
some researches, I found an explanation in the rrdcgi manual. The lazy
mode allow us to generate graphes just only one time for a period
instead of generating a graph each time we call the CGI (i.e. I collect
information with MRTG every 10 minutes and I want to create just only
one graph on demand for 10 minutes afterward I can create a second graph
If someone call the CGI again).
My problem is how I can integrated the lazy mode with :
- routers.cgi
- 14all-1.1.cgi
- mrtg-rrd.cgi
I don't know how to use the lazy mode, can someone help me ?
-----------------------------------------------------------------
Ronan PLANTEC
mailto:ronan.plantec at pr-gicm.com
-----------------------------------------------------------------
--
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
--
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