@ponnpr7, Maybe not the tricky word, but I'd say that path requires some prior understanding of how modgearman works. Yes, you'd need to install mod gearman on the XI server as well. Feel free to open a support ticket if you choose to go that route.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Hi, Well you can install NRPE agents on director servers, and it'll work if you open port 5666. NRPE is an active agent, so XI will reach out to the Director servers via open port 5666. But how are you going to monitor other servers that do not have a direct access to the internet? You can't. Your options are to either install Core/XI on director servers then use NRPE from the director servers to check other servers on the same network -> and that's going to work because the Director server is on the same network with other servers. And then the director server will collect and send all the info to the server in a central location via http or https. Or instead of installing Core/or XI on director servers you can install a remote mod gearman worker. It is almost the same as installing Nagios, it will still use NRPE to check servers in the local network, then it will collect the info and send it over to XI.
Let me know if all this makes sense so far?
PS: It's better if you could post in the Forum because we rarely use PM and the messages are not showing up on the support dashboard, so I might forget to check my inbox.
@npolovenko this was from the PM, Ok let me brief again little bit about the Network portion. Director(public ip routeable). Others which are connected to Director are Private IPs' not routable but from Director can be SSH to the other servers and from Director can't ping the other servers. But the Director can be pingable from the other servers. So my question just with NRPE plugin installed on the Director is good enough to pull data from other servers and send to Main Nagios XI? I reason I asked I don't think so I can installed the Nagios XI/Nagios Core because this first steps(Security-Enhanced Linux
This guide is based on SELinux being disabled or in permissive mode.) Please advice!!!
Where is Nagios XI installed since it is not installed on the director?
For the Director to the non-router able server only works on ssh. How do I find out the NRPE agent reaching the Director
So my question just with NRPE plugin installed on the Director is good enough to pull data from other servers and send to Main Nagios XI?
Does executing the check_nrpe plugin to one of the servers work? (Run this from one of your servers and change the IP address to the director IP)
This is how you find out if NRPE can reach the director. Assuming you did install NRPE on the servers and the plugin is on the Director and opened port 5666.
I need a clarification in this matter I installed nrpe-3.2.1.tar.gz on the servers(not routeable) and I installed nagios-plugins-2.2.1.tar.gz on the director. Does this enough for to pull the metrics in the Standalone Nagios XI through NRDP.
You would need to have the nagios-plugins on the other servers as well if you are collecting data from them.
Do you have NRPE or at least the check_nrpe plugin on your director?
It would be best to see if they can talk to each other first. If you get a response or running a plugin with NRPE works, then it should be enough to send data to XI.
The error indicates that there could be a firewall blocking the connection or that the server ip doesn't appear on the client's allowed_hosts list found in nrpe.cfg
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.