TOP 5 talkers in NNA
-
rashid2014
- Posts: 63
- Joined: Wed Aug 13, 2014 5:39 am
TOP 5 talkers in NNA
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
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
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
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
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
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.
-
rashid2014
- Posts: 63
- Joined: Wed Aug 13, 2014 5:39 am
Re: TOP 5 talkers in NNA
hello!
please i don't understand wath ist actully a bug?thanks
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
hello
i do what you say but i don't see any change.
i do what you say but i don't see any change.
Re: TOP 5 talkers in NNA
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).
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
hello
i clear the browser cache and reload but nothing change...the sections are the same.
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.
Re: TOP 5 talkers in NNA
Did you actually follow scottwilkerson's instructions?
Run the following command from the CLI on the Nagios NA server and show us the output:
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.jsBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: TOP 5 talkers in NNA
Here are the steps I took to fix this bug. All of this was performed on the machine running Nagios Network Analyzer:
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.
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
Last edited by eloyd on Thu Nov 06, 2014 11:46 am, edited 1 time in total.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: TOP 5 talkers in NNA
rashid2014, were you able to resolve your issue? Any updates?
Be sure to check out our Knowledgebase for helpful articles and solutions!