28 novembre, 2005
Recherches au ralenti
Comme vous l’avez sans doute remarquer je n’est pas fait beaucoup de mise a jours ces derniers temps. Je suis occupé à chercher du travail donc mes recherches et documentations d’OSSIM se font au ralenti.
J’ai encore un problème avec le message « ERROR:the RRD does not contain an RRA matching the chosen CF » que je ne suis toujours pas capable de régler. Ce message apparaît une vingtaine de fois au démarrage. Si il y’a quelqu’un qui a réussi a résoudre ce problème j’apprécierais de l’aide.
Comments:
<< Home
This error indicates that there is some data sets that have incomplete data and they cannot be properly graphed with rrdtool, specifically aberrant behaviour. To fix this problem we will delete the data sets, restart the mrtg script and then restart the rrdtool script.
First find the rrd process and stop it. ps -A |grep rdd
Should result in the following if it is running: 26046 pts/4 00:00:00 rrd_plugin.pl
Kill the process, in this case the process number is 26046: kill 26046
Then delete all the old rrd files: cd /var/ntop/rrd/interfaces/eth0 rm -f *.rrd
Then run this script: /usr/share/ossim/mrtg/launch-mrtg
then run the rrd script: /usr/share/ossim/scripts/rrd_plugin.pl
Should result in the following and your ERROR should be gone: /usr/share/ossim/scripts/rrd_plugin.pl: forking into background...
Problem should be fixed.
Enregistrer un commentaire
First find the rrd process and stop it. ps -A |grep rdd
Should result in the following if it is running: 26046 pts/4 00:00:00 rrd_plugin.pl
Kill the process, in this case the process number is 26046: kill 26046
Then delete all the old rrd files: cd /var/ntop/rrd/interfaces/eth0 rm -f *.rrd
Then run this script: /usr/share/ossim/mrtg/launch-mrtg
then run the rrd script: /usr/share/ossim/scripts/rrd_plugin.pl
Should result in the following and your ERROR should be gone: /usr/share/ossim/scripts/rrd_plugin.pl: forking into background...
Problem should be fixed.
<< Home
Compteur Web

