Thanks Alex!

Just in case someone happens to run against this same issue - I've found 
that I can achieve what I'm looking for by doing my calculations in a CDEF 
first, then using the series in a VDEF. So for the example below (my 
actual situation is slightly different), it'd be something like:

        CDEF:ds0_bits=ds0,8,*
        VDEF:ds0avg=ds0_bits,AVERAGE

I'm not sure that it can be safely said that _any_ calculation can be 
reworked this way, but it's an option.

Grisha

On Thu, 22 Sep 2005, Alex van den Bogaerdt wrote:

> On Wed, Sep 21, 2005 at 06:05:35PM -0400, Gregory (Grisha) Trubetskoy wrote:
>
>> I'm able to use
>>
>>      VDEF:ds0avg=ds0,AVERAGE
>>
>> but
>>
>>      VDEF:ds0avg=ds0,AVERAGE,8,*
>>
>> gives me:
>>
>> ERROR: Unknown function string 'AVERAGE,8,*' in VDEF 'ds0avg'
>>
>> Am I missing something?
>
> No. The manual page was faulty.  This hasn't been implemented (yet)
>
> Alex
>
> --
> Unsubscribe mailto:[EMAIL PROTECTED]
> Help        mailto:[EMAIL PROTECTED]
> Archive     http://lists.ee.ethz.ch/rrd-users
> WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi
>

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to