Page 1 of 2

TOP 5 talkers in NNA

Posted: Thu Oct 23, 2014 5:01 pm
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

Re: TOP 5 talkers in NNA

Posted: Fri Oct 24, 2014 1:02 pm
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

Re: TOP 5 talkers in NNA

Posted: Fri Oct 24, 2014 5:44 pm
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

Re: TOP 5 talkers in NNA

Posted: Sun Oct 26, 2014 2:22 pm
by rashid2014
hello!
please i don't understand wath ist actully a bug?thanks

Re: TOP 5 talkers in NNA

Posted: Mon Oct 27, 2014 9:34 am
by rashid2014
hello
i do what you say but i don't see any change.

Re: TOP 5 talkers in NNA

Posted: Mon Oct 27, 2014 3:34 pm
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).

Re: TOP 5 talkers in NNA

Posted: Wed Oct 29, 2014 5:42 am
by rashid2014
hello
i clear the browser cache and reload but nothing change...the sections are the same.

Re: TOP 5 talkers in NNA

Posted: Wed Oct 29, 2014 4:58 pm
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

Re: TOP 5 talkers in NNA

Posted: Thu Nov 06, 2014 8:33 am
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.

Re: TOP 5 talkers in NNA

Posted: Thu Nov 06, 2014 11:43 am
by lmiltchev
rashid2014, were you able to resolve your issue? Any updates?