On Fri, Feb 20, 2009 at 06:57:55PM +0100, cedric.delaunay wrote:

> You should install version 1.2.x of rrdtools. Nfsen isn't compatible 
> with last rrdtools's version.

Vincent Hoffman posted a very simple patch to make it work with 1.3

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

Time for a new version of nfsen which includes this patch. ;-)

Cheers,

-Wim -/- SURFnet

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to