NNA Version 2R1.0 Queries and Reports problems

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
akarydas2
Posts: 2
Joined: Sat Jun 20, 2015 7:01 pm

NNA Version 2R1.0 Queries and Reports problems

Post by akarydas2 »

I have problem also with the new version of NNA.
I evaluated for a period the previous version, we suggested and deployed to a customer and since the upgrade although it receive data from firewall ASA is refusing to analyze them.

I have them it in my lab (simulating customer environment) with ASA 9.1(3) and also have the evaluation copy at home and tested with 8.4(7) and since yesterday with 9.1(6) but nothing.

I use in all cases the VM from Nagios.

Any idea how to troubleshoot the analyzing as the data arrive at NNA?

Thanks
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: NNA Version 2R1.0 Queries and Reports problems

Post by jolson »

You will likely need to rebuild nfcapd to allow NSEL flows.

Code: Select all

wget http://sourceforge.net/projects/nfdump/files/stable/nfdump-1.6.13/nfdump-1.6.13.tar.gz/download
tar xzf download
cd nfdump-1.6.13/
./configure --enable-sflow --enable-nsel
make
make install
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
akarydas2
Posts: 2
Joined: Sat Jun 20, 2015 7:01 pm

Re: NNA Version 2R1.0 Queries and Reports problems

Post by akarydas2 »

That did the work but I found your post later.
I rebuild the nfdump and now is back to normal.

Many thanks
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: NNA Version 2R1.0 Queries and Reports problems

Post by jolson »

Glad I could help - I'll lock the thread. Feel free to open further threads if you have questions or need any help. Thanks!
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Locked