No Data Available

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

No Data Available

Post by costanza2k1 »

Hi there,

I've started to work with network analyzer to replace an older tool we use. I've had it up and running for about 10 days now with a Linux box and just added to WAN routers. When going to 'sources' view I'm not seeing any graphs in the middle of the screen. Getting a 'No Data Available' , 'there is no data available for the currently selected time period'. I've left the default for the last 24 hours. Any thoughts on what's wrong here?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: No Data Available

Post by slansing »

What type of device was being used in the example you gave? If you look further back is there data present? Is the source started? If so, is fprobe/what you are using to collate and send the flows to NNA running on that remote system? Is the port it's sending on open on the NNA server?
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Re: No Data Available

Post by costanza2k1 »

For the example I gave I'm using a RHEL VM, there is data present for the past 10 days, source has been started. I followed this documentation http://assets.nagios.com/downloads/nagi ... alyzer.pdf

I also just added to WAN routers, but since I've just added them I'm assuming I won't be able to capture any graph data for the past 24 hours. I'm attaching a screen shot of what I have. Since I'm getting data, am I wrong to assume the ports are open on the NNA server?
2014-03-24 08_36_05-Source - Summary • Nagios Network Analyzer.png
You do not have the required permissions to view the files attached to this post.
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Re: No Data Available

Post by costanza2k1 »

I've also noted that the traffic for last 30 minutes isn't populating...
2014-03-24 10_10_51-Dashboard • Nagios Network Analyzer.png
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: No Data Available

Post by lmiltchev »

Is the device actually sending netflow data to your Nagios NA box? Can you see the data coming in if you run the following command on the NNA box?

Code: Select all

tcpdump -i eth0 port <the port to which the data is sent>
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Re: No Data Available

Post by costanza2k1 »

lmiltchev wrote:Is the device actually sending netflow data to your Nagios NA box? Can you see the data coming in if you run the following command on the NNA box?

Code: Select all

tcpdump -i eth0 port <the port to which the data is sent>

Hi there, I'm seeing data come across and am getting the top 5 charts updated just not the logrithmic and linear graphing or the past 30 minutes. I'm going to try and upgrade to see if that helps.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: No Data Available

Post by lmiltchev »

Let us know if you experience the same issue after the upgrade.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Re: No Data Available

Post by costanza2k1 »

No luck, still can't get the last 30 minutes outage window or the graphs in the middle of this attachment. Any suggestions on what services to check and/or restart?
2014-03-25 07_41_15-Source - Summary • Nagios Network Analyzer.png
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: No Data Available

Post by lmiltchev »

Run the following command and show us the output:

Code: Select all

cat /etc/sudoers.d/nna_conf
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
costanza2k1
Posts: 197
Joined: Fri Aug 09, 2013 12:19 pm

Re: No Data Available

Post by costanza2k1 »

Code: Select all

Defaults:%nnacmd !requiretty

Cmnd_Alias LIST = /sbin/iptables --list
Cmnd_Alias SAVE = /etc/init.d/iptables save
Cmnd_Alias UPDATE = /sbin/iptables -I INPUT -p udp -j ACCEPT --dport *
Cmnd_Alias DAEMON = /usr/local/nagiosna/bin/nagiosna *

%nnacmd ALL=(ALL) NOPASSWD:LIST
%nnacmd ALL=(ALL) NOPASSWD:SAVE
%nnacmd ALL=(ALL) NOPASSWD:UPDATE
%nnacmd ALL=(ALL) NOPASSWD:/bin/kill *
%nnacmd ALL=(ALL) NOPASSWD:DAEMON