19
0
Fork 0

### NfSen ne démarre plus : RRD version '1.7002' not yet supported!

This commit is contained in:
jdubois 2022-03-24 11:33:39 +01:00
parent 72f8fc4ba7
commit ae3b4cb7ed
1 changed files with 16 additions and 0 deletions

View File

@ -234,4 +234,20 @@ Il faut lancer `ldconfig` pour refaire le lien symbolique entre libnfdump.so et
# ldconfig
# nfdump -V
nfdump: Version: 1.6.18
~~~
### NfSen ne démarre plus : RRD version '1.7002' not yet supported!
On obtient l'erreur suivante lors du démarrage de NfSen, ou la même erreur avec un numéro de version différent :
~~~
Starting nfsendPANIC nfsend dies: RRD version '1.7002' not yet supported!
RRD version '1.7002' not yet supported!
~~~
Il faut éditer `/opt/nfsen/data/nfsen/libexec/NfSenRRD.pm` (adapter le chemin selon où est installé nfsen) en augmentant la version max supportée :
~~~
if ( $rrd_version >= 1.2 && $rrd_version < 1.8 ) {
~~~