[rrd-users] [Fwd: Re: Re: STACK and NaN values generating weird looking graph.]
Rickard Dahlstrand
rd at tilde.se
Fri Jul 15 00:05:27 MEST 2005
Hi Alex,
Such a simple mistake, sorry! All lines are generated from the a script
and I forgot to add a stack-line. That worked, thanks.
/Rickard.
Alex van den Bogaerdt wrote:
>> DEF:a19="xxx.rrd":xxxvalue:AVERAGE
>> DEF:a20="xxx.rrd":xxxvalue:AVERAGE
>> AREA:a1#990000:"XXXX":STACK
>>
>>
>
>There's nothing to stack on. Perhaps that is a problem?
>Some suggestions (pick one at a time, undo before trying the next):
>
>Try to add a line before this first area: LINE1:0
>Try removing ":STACK" in the first AREA: AREA:a1#990000:"XXXX"
>Try altering unknown into zero, using CDEFS:
> CDEF:aa1=a1,UN,0,a1,IF
> [...]
> CDEF:aa20=a20,UN,0,a20,IF
> AREA:aa1#990000:"XXXX":STACK
> [...]
> AREA:aa20#00FF00:"XXXX":STACK
>
--
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