Network monitoring using Nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Network monitoring using Nagios

Post by lafargeuser »

Hi Team,

out of these how many parameters can be monitored by Nagios XI

WAN optimization services (Riverbed) and WAN aggregation (Talari)
Real-time view
Pre-emptive and predictive analysis
Top-talker / top-listener per hosts and applications
Trend analysis and capacity planning
Problem detection
Network services SLAs
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Network monitoring using Nagios

Post by tmcdonald »

Those are pretty broad requests. Do you have specific examples of what you are trying to monitor? Some of those things on the list we do have (such as capacity planning and problem detection) but it's hard to give details with such a far-reaching list.
Former Nagios employee
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Re: Network monitoring using Nagios

Post by lafargeuser »

okay.
Can I monitor below parameters with Nagios Network Analyzer tool.
WAN optimization services (Riverbed) and WAN aggregation (Talari)
Pre-emptive and predictive analysis
Top-talker / top-listener per hosts and applications
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Network monitoring using Nagios

Post by sreinhardt »

WAN optimization services (Riverbed) and WAN aggregation (Talari)
As long as they provide some form of flow output, yes this should not be an issue.
Pre-emptive and predictive analysis
What exactly are you looking to pre-empt and predict? You could certainly integrate with nagios xi and use the capacity planning functionality to some extent. I do not believe there is anything currently implemented for this otherwise.
Top-talker / top-listener per hosts and applications
Hosts, yes. Applications, not unless they use a specific port. Flow data does not contain too much if anything, in the form of application layer information. It would contain src and dst port, hosts, and size of data, but it's not going to contain the full payload from the packet, so further analysis on what application it might be isn't really possible.
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.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Network monitoring using Nagios

Post by tmcdonald »

WAN optimization services (Riverbed) and WAN aggregation (Talari)

Not quite sure what you mean by this, but NNA deals with Netflow data and I don't believe this information would be included.


Pre-emptive and predictive analysis

There is no predictive capability currently, however if enough interest exists it could be added in the future.


Top-talker / top-listener per hosts and applications

There is a top-talker report that will work for hosts and ports, but Netflow doesn't indicate what specific application is in use.
Former Nagios employee
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Re: Network monitoring using Nagios

Post by lafargeuser »

If I use Nagios Log server will my requirement fullfill.
Is it to be installed on individual server.
How can I integrate with Nagios XI. If some of given requirement are possible with this then I will be good to go.

Also let me know the capabalites of Nagios Log Server
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Network monitoring using Nagios

Post by tmcdonald »

If I use Nagios Log server will my requirement fullfill.

I don't know what your requirement is so I can't answer this. Please provide specifics.


Is it to be installed on individual server.

Logserver is designed to be run on its own server, yes. We typically recommend that all of our products be run in their own environment.


How can I integrate with Nagios XI. If some of given requirement are possible with this then I will be good to go.

http://assets.nagios.com/downloads/nagi ... ios_XI.pdf


Also let me know the capabalites of Nagios Log Server

This is another broad question, but our products page will give a broad overview: http://www.nagios.com/products/nagios-log-server
Former Nagios employee
Locked