-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On 6/15/10 13:28, Alan McKay wrote:
> Hey folks,
> 
> I'm running CentOS 5.2 with rrdtools-devel from the Dag Wiers (sp?)
> repository.  I got nfdump built with the extras that nfsen needs, but
> when I try to install nfsen I get this :
> 
> [r...@rcadmin:~/nf/nfsen-1.3.3]# ./install.pl etc/nfsen.conf
> Check for required Perl modules: All modules found.
> RRD version '1.4003' not yet supported!

You can give it a try be changing in libexec/NfSenRRD.pm

Line 76:
if ( $rrd_version >= 1.2 && $rrd_version < 1.4 ) {

to
if ( $rrd_version >= 1.2 && $rrd_version < 1.5 ) {

If the cursor in the details view is placed correctly, it also works with 
rrdtool 1.4.x .Unfortunately, I had no time to
verify that myself. Feedback is appreciated.

        - Peter

> 
> [r...@rcadmin:~/nf/nfsen-1.3.3]# grep -i rrd README
> - RRDtools
>  NfSen requires the RRD tools v1.0.x or > 1.2.11, at least the RRDs Perl
> - Prepares the RRD DBs for the live profile.
> - Show quoted text -
>  Reply
>  Forward
> Reply
> 
> So I went weeding through the install.pl to see if I could just
> disable this check, and found the error message below is being
> produced by this if clause :
> 
> 
> my $rrd_version = $RRDs::VERSION;
> die "Can't find out which version of RRD you are using!\n" unless
> defined $rrd_version;
> 
> $NfConf::RRDoffset = NfSenRRD::GetRRDoffset();
> if ( !defined $NfConf::RRDoffset ) {
>        die "$Log::ERROR\n";
> }
> 
> But of course I have no idea whether or not it is safe to just ignore,
> or comment that out.
> 

- -- 
_______ SWITCH - The Swiss Education and Research Network ______
Peter Haag,  Security Engineer,  Member of SWITCH CERT
PGP fingerprint: D9 31 D5 83 03 95 68 BA  FB 84 CA 94 AB FC 5D D7
SWITCH, Werdstrasse 2, P.O. Box,  CH-8021   Zurich, Switzerland
E-mail: peter.h...@switch.ch Web: http://www.switch.ch/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iQCVAwUBTBdmI/5AbZRALNr/AQLb3wP+IQEUwE2J/QZB2/FUSWbH6fG1Cy3jZedF
YVqURPPhnmHAKG+E62hrbRrL17iDM2XgYMnV5hnOP6MAjcFmyZ2lcE4lVrOdHY5r
BFL7DtrPODQFM/qoEbhl7/8F2OH52gN1Ujd4gKqrMRndV+TgdLV/ou/wLoSCuZJa
aGE3UoQMykA=
=vXaG
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Nfdump-discuss mailing list
Nfdump-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfdump-discuss

Reply via email to