[rrd-users] Re: Problem with inserting data / generating grap hs

Telmo.G.Reis Telmo.G.Reis at seg-social.pt
Wed Sep 18 11:04:47 MEST 2002


Hi,

$START and $END are variables defined within the script for generating
graphs
and the format -s -$START and -e -$END works perfectly in all my other RRDs.

lastweek)
   START=604800
   END=0
   WWWDIR=$WWWDIR/weekly
   mkdir -p $WWWDIR
   ;;
lastmonth)
   START=2678400
   END=0
   WWWDIR=$WWWDIR/monthly
   mkdir -p $WWWDIR
   ;;
lastyear)
   START=31536000
   END=0
   WWWDIR=$WWWDIR/yearly
   mkdir -p $WWWDIR
   ;;
lastday)
   START=86400
   END=0
   WWWDIR=$WWWDIR/daily
   mkdir -p $WWWDIR
   ;;

Telmo Reis
--------------------------------
I sense much windows in you.
Windows leads to Blue Screen.
Blue Screen leads to downtime.
Downtime leads to suffering.
Windows is the path to the Darkside.


-----Original Message-----
From: Alex van den Bogaerdt [mailto:alex at ergens.op.het.net]
Sent: terça-feira, 17 de Setembro de 2002 23:23
To: 'rrd-users at list.ee.ethz.ch'
Subject: [rrd-users] Re: Problem with inserting data / generating graphs



On Tue, Sep 17, 2002 at 05:36:31PM +0100, Telmo.G.Reis wrote:

> $RRDTOOL graph $WWWDIR/xpto.clo.jpg --lower-limit=0 -s -$START -e -$END \


-s -$START -e -$END

Sure you want to use that sign?

Alex

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