Hi,

thanks for reporting this.

On Tue, Aug 02, 2011 at 10:13:47PM +0200, Michael Bussmann wrote:
> I noticed on my munin server that some graphs were missing.  Only plugins with
> --logarithmic graph preference seem to be affected.
> 
> Creating a graph with
> 
> rrdtool graph \
>         test.png \
>         'DEF:gestablished=test.rrd:42:AVERAGE' \
>         'CDEF:cestablished=gestablished' \
>         'LINE2:gestablished#330099:established ' 
> 
> works perfectly, while
> 
> rrdtool graph \
>         test.png \
>       --logarithmic \
>         'DEF:gestablished=test.rrd:42:AVERAGE' \
>         'CDEF:cestablished=gestablished' \
>         'LINE2:gestablished#330099:established '
> 
> exits silently with exit code 0 and no graph is created.
> 
> Maybe it has something to do with my test.rrd, but it is irritating that no
> error message is printed.

Could you please provide a dump of an RRD file that causes this problem?
This might help to reproduce it.

My first guess is that the file includes some or only zero values. You
can check that with 'rrdtool fetch test.rrd AVERAGE'.

TIA,
Sebastian

-- 
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety.         -- Benjamin Franklin

Attachment: signature.asc
Description: Digital signature

Reply via email to