Distributed Model

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
AMacintosh
Posts: 59
Joined: Mon Nov 07, 2011 12:26 pm

Distributed Model

Post by AMacintosh »

We are looking to install a Nagios XI "salve" system in a client environment and have it send monitoring results back to the "master" Nagios XI. Is there documentation on such configuration and how does this work with the licensing? Does the "slave" need to be a full Nagios XI install or can it just be a Windows/Linux VM running some poller software?

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

Re: Distributed Model

Post by slansing »

Well, one way of doing this would be through NSCA inbound/outbound transfers. You would set up two XI servers, on internal/checker system which runs all of the checks, the second, would be a central server that gets passive updates of all of your host/service checks.

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

http://assets.nagios.com/downloads/nagi ... ith_XI.pdf
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Distributed Model

Post by BanditBBS »

Another way would be how I am doing it :)

I purchased an Intel NUC / 64GB mSata SSD / 4 GB Ram (US$365), installed Centos 6.5, nagios-plugins and nrpe.

I then only need one hole through the firewall, 22 for ssh. If I want to use NRPE then that's just one more, port 5666. I then use check_by_ssh or check_nrpe on the primary XI server to contact this middleman at the customer location and then check_by_ssh or check_nrpe runs another check that checks the customer servers.

If I need to explain any of this in more detail, just ask!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Distributed Model

Post by lmiltchev »

Thanks, BanditBBS!
Be sure to check out our Knowledgebase for helpful articles and solutions!
AMacintosh
Posts: 59
Joined: Mon Nov 07, 2011 12:26 pm

Re: Distributed Model

Post by AMacintosh »

With having the two Nagios XI and using NSCA how do the Nagios XI licenses work? Is it a single license?
AMacintosh
Posts: 59
Joined: Mon Nov 07, 2011 12:26 pm

Re: Distributed Model

Post by AMacintosh »

Would the distributed model allow us to overcome IP overlapping with having multiple clients using the same IP addresses?

Thanks,
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Distributed Model

Post by tmcdonald »

AMacintosh wrote:With having the two Nagios XI and using NSCA how do the Nagios XI licenses work? Is it a single license?
For each active Nagios XI installation, you would need a separate license.
AMacintosh wrote:Would the distributed model allow us to overcome IP overlapping with having multiple clients using the same IP addresses?
Probably. Nagios doesn't particularly care *where* a passive check comes from, as long as the credentials are correct. So if you have multiples slaves in multiple locations but they all appear to have the same IP, passive checks will work just fine but active will be difficult.
Former Nagios employee
AMacintosh
Posts: 59
Joined: Mon Nov 07, 2011 12:26 pm

Re: Distributed Model

Post by AMacintosh »

Thank You. Do we need two Nagios XI installations for the distributed model or is there some collector software we can install on the slave instead?
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Distributed Model

Post by tmcdonald »

Nagios Core would work, doesn't *need* to be XI.
Former Nagios employee
Locked