No Data Showing (configured

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia

Re: No Data Showing (configured

Post by Box293 »

I had a similar problem, it had to do with the python components. Here are the steps I took to resolve it:

Code: Select all

mkdir /usr/local/lib64/python2.6/site-packages_backup
mv /usr/local/lib64/python2.6/site-packages/*rrd* /usr/local/lib64/python2.6/site-packages_backup
mv /usr/lib/python2.6/site-packages/rrdtool-0.1.1-py2.6-linux-x86_64.egg /usr/lib/python2.6/site-packages/rrdtool-0.1.1-py2.6-linux-x86_64.egg_backup
cd /tmp
wget https://assets.nagios.com/downloads/nagios-network-analyzer/2/nagiosna-2r1.0.tar.gz
tar xzf nagiosna-2r1.0.tar.gz
cd /tmp/nagiosna/
tar xf rrdtool-1.4.9.tar.gz
cd rrdtool-1.4.9
./configure --prefix=/usr/local --disable-perl --enable-python
make
make install
service nagiosna restart
Then after about 15 minutes the graphs should start to appear. You can watch the RRD file to make sure it's being updated, it's in your source directory (this example has a source called "pfSense"):

watch 'ls -al /usr/local/nagiosna/var/pfSense/'

Does this fix your problem?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
zmalik
Posts: 8
Joined: Sun Jan 10, 2016 12:27 am

Re: No Data Showing (configured

Post by zmalik »

Hello,
We have not seen update on my initial request. Please advise of next steps.

Thanks,
Zahid
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1

Re: No Data Showing (configured

Post by hsmith »

Can you please clarify whether or not you followed @box293's steps in the post above yours?
Former Nagios Employee.
me.
zmalik
Posts: 8
Joined: Sun Jan 10, 2016 12:27 am

Re: No Data Showing (configured

Post by zmalik »

indeed, we have followed the steps, still we are not getting Data displayed (see attached).

Thanks,
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: No Data Showing (configured

Post by tgriep »

Can you login to the Nexus switch, change the Netflow version from 9 to 5 and save the config.
Then on the Network Analyzer, delete that source, recreate it and see if the graph starts to work for you.
Be sure to check out our Knowledgebase for helpful articles and solutions!