NA Data issues

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
dknzone
Posts: 2
Joined: Tue Nov 10, 2015 5:17 am

NA Data issues

Post by dknzone »

I have installed new NA and configure ASA with Netflow as per guide. I can see the bandwidth data in portal but not the source, destination data. I have attached a screen shot of the portal. can some one help me with this ?
You do not have the required permissions to view the files attached to this post.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: NA Data issues

Post by jolson »

Give the following procedure a try:

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
This should upgrade your version of nfcapd to support Cisco ASA NSEL flows. You may have to give nagiosna a restart after running the above procedure:

Code: Select all

service nagiosna restart
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.
dknzone
Posts: 2
Joined: Tue Nov 10, 2015 5:17 am

Re: NA Data issues

Post by dknzone »

hi,

thanks it did work but I have it integrated with nagios xi, it doesn't show any details
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: NA Data issues

Post by tgriep »

How long did you let the NA server capture data before checking the details in XI?
You may have to wait 15 to 20 minutes for it to capture data.
In the Nagios XI interface, can you click on Reports > Network Report on the left menu, do you see data there?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked