Which Nagios?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
markshaw
Posts: 17
Joined: Thu Jul 26, 2012 5:55 am

Which Nagios?

Post by markshaw »

Hi All,

I'm new to Nagios, so apologies for this question...

I'm running IBM WebSphere Application Server & MQ on Windows Server 2000 and want to monitor it using Nagios. I see there are Nagios plug-ins for these products.

However I'm not sure which Nagios I need to install as a poc; Nagios Core, Nagios XI or Nagwin?

I understand Nagwin is a windows installation and core & XI need a VM? But which VM?
Also I'm not convinced the WebSphere plugins will work with Nagwin.

Any advise on which route to take would be helpful.

Thanks in advance.
M.
:mrgreen:
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Which Nagios?

Post by slansing »

Nagios Core is the fully free open-source version of Nagios XI. It is also the back end to Nagios XI. The following install documents will help you get up and running with either, as well as having a list of what Operating Systems are required.

Nagios XI: http://assets.nagios.com/downloads/nagi ... ctions.pdf

Nagios Core: http://nagios.sourceforge.net/docs/3_0/quickstart.html

What will be required for monitoring Windows is a plugin directed towards what you need to monitor and an Agent which will act as a go between for Nagios and the Windows Host, that agent in most cases will be NSClient++ in which case there are guides for installing and using that as well.
GaWd
Posts: 51
Joined: Wed Dec 15, 2010 1:45 pm

Re: Which Nagios?

Post by GaWd »

  • Nagwin is an adaptation of Nagios for Windows. I was not impressed when I experimented with it for some personal stuff. I'm not even sure it's actively developed at this time (someone can correct me if wrong).
  • Nagios Core-as mentioned above-is the free version of Nagios' backend. Great foundation.
  • Nagios XI is the backend and a web frontend. It has lots of nice features to it, and I think it's a great value for the cost. It is tough to integrate into an existing Nagios Core installation, though.

You do not need a VM for Nagios that I can tell, but life is much easier when using a VM-based infrastructure, so if you got it, use it.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Which Nagios?

Post by slansing »

Correct you can do a VM install which in most cases is quick and easy and will meet one's needs, the problem is when you start to do massive amounts of checks with no fully dedicated hardware it can bog your system down. In this case you can implement RAM disc, as well as offloading your database to a dedicated box. On the other end you can do a dedicated install of Nagios Core or XI.
markshaw
Posts: 17
Joined: Thu Jul 26, 2012 5:55 am

Re: Which Nagios?

Post by markshaw »

Thanks does Nagios XI or core have the ability to view graphs historically - eg CPU usage over the last hour?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Which Nagios?

Post by slansing »

Yes, they certainly do! XI's graphs are a bit more advanced than Core's including a whole bunch of user created add-on's. But core does have the same ability too:

http://exchange.nagios.org/directory/Ad ... ph/details
markshaw
Posts: 17
Joined: Thu Jul 26, 2012 5:55 am

Re: Which Nagios?

Post by markshaw »

That's great - thanks. I'll give XI a go!
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Which Nagios?

Post by slansing »

Sounds great, if you have any support questions don't hesitate to start a new thread.
Locked