Page 1 of 1
Distributed Model
Posted: Tue Sep 16, 2014 2:25 pm
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,
Re: Distributed Model
Posted: Tue Sep 16, 2014 2:34 pm
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
Re: Distributed Model
Posted: Tue Sep 16, 2014 3:54 pm
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!
Re: Distributed Model
Posted: Tue Sep 16, 2014 4:59 pm
by lmiltchev
Thanks, BanditBBS!
Re: Distributed Model
Posted: Wed Sep 17, 2014 7:42 am
by AMacintosh
With having the two Nagios XI and using NSCA how do the Nagios XI licenses work? Is it a single license?
Re: Distributed Model
Posted: Wed Sep 17, 2014 10:17 am
by AMacintosh
Would the distributed model allow us to overcome IP overlapping with having multiple clients using the same IP addresses?
Thanks,
Re: Distributed Model
Posted: Wed Sep 17, 2014 2:30 pm
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.
Re: Distributed Model
Posted: Thu Sep 18, 2014 8:33 am
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?
Re: Distributed Model
Posted: Thu Sep 18, 2014 9:19 am
by tmcdonald
Nagios Core would work, doesn't *need* to be XI.