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,
Distributed Model
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Distributed Model
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
http://assets.nagios.com/downloads/nagi ... ith_XI.pdf
http://assets.nagios.com/downloads/nagi ... ith_XI.pdf
Re: Distributed Model
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!
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
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
Re: Distributed Model
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
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
Would the distributed model allow us to overcome IP overlapping with having multiple clients using the same IP addresses?
Thanks,
Thanks,
Re: Distributed Model
For each active Nagios XI installation, you would need a separate license.AMacintosh wrote:With having the two Nagios XI and using NSCA how do the Nagios XI licenses work? Is it a single license?
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.AMacintosh wrote:Would the distributed model allow us to overcome IP overlapping with having multiple clients using the same IP addresses?
Former Nagios employee
-
AMacintosh
- Posts: 59
- Joined: Mon Nov 07, 2011 12:26 pm
Re: Distributed Model
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?