[rrd-users] Re: how to input the old data with "update" parameter?
Alex van den Bogaerdt
alex at ergens.op.het.net
Thu Apr 14 00:38:33 MEST 2005
On Thu, Apr 14, 2005 at 01:11:29AM +0800, JoeCen wrote:
> 1$B!"(B
> I create a new "rrd" file :
> /opt/rrdtool/bin/rrdtool create \
> one.rrd \
> --start `date -d '2005/04/01' +%s` \
> --step 300 \
> DS:test1:GAUGE:600:0:100 \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
GAUGE and between 0 and 100
> value=123
start at 123 ...
> value=`expr $value + 1`
and increase each time.
> why$B!)(B
> Is there anything I miss?
Every update is outside the allowed range so every update
is discarded as per the manual.
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://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list