Hi
I tried to deployed NA and working fine, but I could not fine more details on NA, it show to me Bandwidth, there is no details about consumption of each traffic like most application consume traffic and per interface traffic, is that normal, because i saw it use NetFlow which should to give more details about the traffic, but just BW;
Thanks
NA monitoring details
-
- Cool Title Here
- Posts: 2188
- Joined: Thu Sep 27, 2012 9:14 am
- Location: Rochester, NY
Re: NA monitoring details
NA is most useful if you are well familiar with libpcap style search capabilities. You can look at all of the NetFlow data you've received and query based on source IP, destination IP, source port, or destination port and then group and sort that data (and graph and alert upon it) however you want.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: NA monitoring details
Thank you @eloyd!
@faziz, let us know if eloyd answered your question. If you are unsure of how to run custom queries in Nagios Network Analyzer, you could review our documentation on the topic here:
https://assets.nagios.com/downloads/nag ... alyzer.pdf
@faziz, let us know if eloyd answered your question. If you are unsure of how to run custom queries in Nagios Network Analyzer, you could review our documentation on the topic here:
https://assets.nagios.com/downloads/nag ... alyzer.pdf
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 14
- Joined: Mon Mar 12, 2018 4:47 am
Re: NA monitoring details
actually I am looking for BW per interface, and BW consumption for each application like HTTP, VoIP, Torrent, which i could not find on NA
-
- Cool Title Here
- Posts: 2188
- Joined: Thu Sep 27, 2012 9:14 am
- Location: Rochester, NY
Re: NA monitoring details
There is no higher layer OSI model stuff in NA. In other words, you can't say "show me the traffic for streaming video" like you can with, say, a Meraki dashboard. However, you can build a port-based search query that shows you traffic to (or from) your web servers. Here's one way to do it:
Assuming your local network is 192.168.0.0/16 subnetted, then this will show inbound traffic, since it's ignoring anything generated by internal hosts.
Hopefully, you get the idea.
- Log in to NNA
- Select the source you wish to analyze (if you have more than one source)
- Click on the "Queries" sub-tab (not the one at the top, but the one to the left of "Percentile Calculator")
- Choose the following:
- Aggregate by srcip
- Choose whatever timeframe you want from the pull-down
- In the big empty box, enter: dst port 80
- Click the blue "Run Query" button
Assuming your local network is 192.168.0.0/16 subnetted, then this will show inbound traffic, since it's ignoring anything generated by internal hosts.
Hopefully, you get the idea.
Last edited by eloyd on Tue Mar 13, 2018 4:23 pm, 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!
-
- Support Tech
- Posts: 5045
- Joined: Tue Feb 07, 2017 11:26 am
Re: NA monitoring details
There are a couple default queries available to help find common botnets and p2p traffic and they can be used as templates to create additional queries for traffic you're interested in. You'll find them following @eloyd's steps and clicking Load under the Queries tab. They can also be found under the main Queries link at the top of the screen.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.