Error No data found

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
zeenmc
Posts: 18
Joined: Wed Oct 15, 2014 8:52 am

Error No data found

Post by zeenmc »

Hi, me again :) I am playing with Nagios NA, but know I have some error, in Summary, TOP 5 talkers are without any information about bandwidth, it says only No data found. Bandwidht graph looks fine :).

Please help :0

I made some changes, 3,4 days ago, please look down for link :), but I think that is not problem.
http://support.nagios.com/forum/viewtop ... 29&t=29768
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Error No data found

Post by lmiltchev »

Can you show us a screenshot of the error?
I made some changes, 3,4 days ago, please look down for link...
You referenced a post by another user...
What kind of changes did you make? Can you be more specific?
Be sure to check out our Knowledgebase for helpful articles and solutions!
zeenmc
Posts: 18
Joined: Wed Oct 15, 2014 8:52 am

Re: Error No data found

Post by zeenmc »

Hi, I moved the extracted summary.js file to /var/www/html/nagiosna/www/media/js and overwrite my current file, but everything worked after...but now, no no :( haha :) I will upload photo.

scottwilkerson wrote:Actually this is a bug

This has been fixed in our repository - it will be included in the next release. For the time being if you'd like to apply a fix you can follow these directions:

1. Download the attached summary.zip file and extract it
2. Move the extracted summary.js file to /var/www/html/nagiosna/www/media/js and overwrite your current file
You do not have the required permissions to view the files attached to this post.
zeenmc
Posts: 18
Joined: Wed Oct 15, 2014 8:52 am

Re: Error No data found

Post by zeenmc »

Any help ? :) please :)
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Error No data found

Post by sreinhardt »

Was there anything that changed between when this worked and now that it does not? Is the summary.js still in place?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
zeenmc
Posts: 18
Joined: Wed Oct 15, 2014 8:52 am

Re: Error No data found

Post by zeenmc »

I will now check for that file, but I am 99% sure, I did not changed anything else.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Error No data found

Post by sreinhardt »

OK, well let's make sure and move on from there!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
zeenmc
Posts: 18
Joined: Wed Oct 15, 2014 8:52 am

Re: Error No data found

Post by zeenmc »

HI, me again, I did not fix the problem :(, but I must now, my company want to buy nagios NA, and we must try in our environment...Any help ?
How I installed new Nagios NA, in production, because, We have in test lab 2821, 2851 cisco routers, but in producion we have 3850 switch with flex netflow ver. I only change timezone, notting else...

configuration on switch

Code: Select all

flow record NAGIOS
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
collect interface output
collect counter bytes long
collect counter packets long
collect timestamp absolute first
collect timestamp absolute last
!
flow exporter NAGIOS
destination 10.250.72.111
source Vlan 68
transport udp 9996
template data timeout 60
!
flow monitor NAGIOS
exporter NAGIOS
cache timeout active 60
record NAGIOS
vlan configuration 68
ip flow monitor NAGIOS input
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Error No data found

Post by abrist »

zeenmc wrote: I only change timezone, notting else...
How different was the previous timezone? Does the system date/zone match the php.ini timezone?

Code: Select all

grep zone /etc/php/ini
date
file /etc/localtime
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
zeenmc
Posts: 18
Joined: Wed Oct 15, 2014 8:52 am

Re: Error No data found

Post by zeenmc »

Everything looks nice....I forgotten to said, I have Cisco Switch 3850 (IOS-XE). Nagios did not work, before any configuration....


[root@localhost ~]# grep zone /etc/php.ini

[root@localhost ~]# date
чет, 4. дец 2014. 09:47:43 CET

[root@localhost ~]# file /etc/localtime
/etc/localtime: symbolic link to `/usr/share/zoneinfo/Europe/Belgrade'