Just a quick email to say that I've been testing a quick patch to allow 
rrdtool 1.3 to work, so far it seems absolutely fine.

simple patch is.
--------------------------------------------------
--- 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


Vince

-------------------------------------------------------------------------
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