TOP 5 talkers in NNA

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
rashid2014
Posts: 63
Joined: Wed Aug 13, 2014 5:39 am

TOP 5 talkers in NNA

Post by rashid2014 »

hello !
please i want some explanation about top 5 talker.
my source have 192.168.0.178 ip address and the list of top 5 talkers is
You do not have the required permissions to view the files attached to this post.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: TOP 5 talkers in NNA

Post by sreinhardt »

We tried to make them pretty self explainitory, let's see if I can give a bit more detail

By destination IP: looks at where the traffic was being sent to, results are ordered by IP that received the most traffic.
By source IP: Same as destination, but reversed. Results are ordered by who sent the most traffic.
By destination port: Again same as above, but look at all IPs and order by overall most traffic to each receiving port.
By source port: Again same as above, but look at all IPs and order by overall most traffic to each sending port
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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: TOP 5 talkers in NNA

Post by scottwilkerson »

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.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
rashid2014
Posts: 63
Joined: Wed Aug 13, 2014 5:39 am

Re: TOP 5 talkers in NNA

Post by rashid2014 »

hello!
please i don't understand wath ist actully a bug?thanks
rashid2014
Posts: 63
Joined: Wed Aug 13, 2014 5:39 am

Re: TOP 5 talkers in NNA

Post by rashid2014 »

hello
i do what you say but i don't see any change.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: TOP 5 talkers in NNA

Post by lmiltchev »

Clear the browsers cache and reload the page. Let me know if this fixed your issue.
BTW, I just tested the patch and it worked for me just fine (my top 5 talkers don't show the same info in all sections like they used to).
Be sure to check out our Knowledgebase for helpful articles and solutions!
rashid2014
Posts: 63
Joined: Wed Aug 13, 2014 5:39 am

Re: TOP 5 talkers in NNA

Post by rashid2014 »

hello
i clear the browser cache and reload but nothing change...the sections are the same.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: TOP 5 talkers in NNA

Post by lmiltchev »

Did you actually follow scottwilkerson's instructions?

Run the following command from the CLI on the Nagios NA server and show us the output:

Code: Select all

ll /var/www/html/nagiosna/www/media/js/summary.js
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: TOP 5 talkers in NNA

Post by eloyd »

Here are the steps I took to fix this bug. All of this was performed on the machine running Nagios Network Analyzer:

Code: Select all

cd /tmp
wget -O summary.zip http://support.nagios.com/forum/download/file.php?id=6531
unzip summary.zip
cp summary.js /var/www/html/nagiosna/www/media/js
Then you go to your browser and reload the page with the summary report. If it fails to change, you need to force a reload that ignores browser cache. On Firefox, this is Control-Shift-R. On Explorer it is Shift-F5. If that doesn't work for you, you will need to figure out how to clear your browser cache and reload the page.
Last edited by eloyd on Thu Nov 06, 2014 11:46 am, edited 1 time in total.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: TOP 5 talkers in NNA

Post by lmiltchev »

rashid2014, were you able to resolve your issue? Any updates?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked