Hi Rolf,

> just recently there was the thread 'rrdtool 1.3' which
> solves your problem, including a patch (by Vincent Hoffman):
> 
> --snip--
> 
> --- NfSenRRD.pm.orig    2008-08-05 10:49:34.000000000 +0100
> +++ NfSenRRD.pm 2008-08-05 10:50:13.000000000 +0100
> @@ -73,7 +73,7 @@
>         if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
>                 $RRDoffset = 77;
>         }
> -       if ( $rrd_version >= 1.2 && $rrd_version < 1.3 ) {
> +       if ( $rrd_version >= 1.2 && $rrd_version <= 1.3 ) {
>                 $RRDoffset = 67;
>         }
> -------------------------------------------------------------------------
> 
> only tested on FreeBSD 7/rrdtool 1.3.0 /nfsen 1.3/nfdump-1.5.7

Thanks for your help.
Actually I had to write "$rrd_version < 1.31" because
I have already 1.3001 version of rrdlib.

> And regarding offset, just quoting Peter:
> 
> "Do no forget to set an appropriate pixel offset, which is the number
> is pixels from the left edge of the picture to the y-axis of the grid.
> You may start with the same value as for 1.2 which can be tuned, if
> needed afterwards."

Oh I see. I guessed this variable refers some file offset within RRD.
And I did not understand of course. :-)
Thx.

Regards

Gabor

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to