[rrd-users] Re: first time out, ERROR: can't parse argument
Austin Swinney
austin at ofoto.com
Fri May 23 21:48:23 MEST 2003
Heh,
I didn't understand what that was fully. I poached .5 off another example. Anyway, I reset it to 3600 and it took the create just fine.
Thanks :)
-----Original Message-----
From: Thomas Erskine [mailto:thomas.erskine at sympatico.ca]
Sent: Friday, May 23, 2003 12:43 PM
To: Austin Swinney; rrd-users at list.ee.ethz.ch
Subject: Re: [rrd-users] first time out, ERROR: can't parse argument
At 14:16 2003-05-23, Austin Swinney wrote:
>Hi,
>I'm working on my-frirst-rrd. I'm creating a rrd for load percentages on APC
>web/SNMP sets.
>
>MS1-4 are power strips on a single APC head. The range is 0 to 100 percent.
>
>The error I get is:
>
>ERROR: can't parse argument 'DS:MS1:GAUGE:0.5:1:100'
I envy you your hardware that you can afford to poll at least once every
half second. :-) The place you've put "0.5" is the "heartbeat". This is
how often (in seconds) you must update the RRD to avoid having unknown data
points added. I usually set it to 2*step so I can miss one update and
rrdtool will fudge it. This is a hold-over from when my polling mechanism
was too slow. The heartbeat has to be at least as large as the
step. Where you set it depends on what you want rrdtool to do when you're
not on time.
>As far as I can tell from the docs, everything is right. Thoughts?
>
>rrdtool create loadpercent.rrd --start `date +%s` --step 300 \
>DS:MS1:GAUGE:0.5:0:100 \
>DS:MS2:GAUGE:0.5:0:100 \
>DS:MS3:GAUGE:0.5:0:100 \
>DS:MS4:GAUGE:0.5:0:100 \
>RRA:AVERAGE:0.5:1:24 \
>RRA:MIN:0.5:1:24 \
>RRA:MAX:0.5:1:24 \
>RRA:LAST:0.5:1:24 ;
>
>--
>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
Thomas Erskine <thomas.erskine at sympatico.ca> +1.613.591.8490
--
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