Nagios - gearman wprker ports

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
wajlerl
Posts: 12
Joined: Fri Oct 19, 2012 10:15 am

Nagios - gearman wprker ports

Post by wajlerl »

Hello,

This is probably a simple question but I can't find the answer in the documentation...I have a firewall between a gearman worker and a NagiosXI server. What ports need to be open for them to communicate? just 5666? and is that between just the worker and the nagios server or do I also need something opened up between the remote hosts that are monitored?

I've added the host to the hostgroups defined in the hostgroup line defined in the config file, but I stiil get the following error in the check results.

CHECK_NRPE: Socket timeout after 30 seconds.\n

so I'm assuming that I still need something opened in the FW.

Thanks,
Leszek
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Nagios - gearman wprker ports

Post by sreinhardt »

If you are only using gearman, and then having the gearman worker call check_nrpe, you would likely only need tcp port 4730, however that is configurable. You should look at /etc/gearmand/gearmand.conf on the gearman server(this doesn't necessarily have to be the nagios system) and see what port it is using. If that file is not available or not working correctly, look at the /etc/mod_gearman/mod_gearman_neb.conf to see where nagios is looking for gearmand server, then look at it's gearmand.conf. If the check_nrpe command is going through another firewall, host or network based, you will then nee 5666 open. I believe in the case of gearman, it should be the worker(remote) initializing the connection to the server, and I know nrpe will be the caller(check_nrpe) system initiating the connection not the host being checked.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
wajlerl
Posts: 12
Joined: Fri Oct 19, 2012 10:15 am

Re: Nagios - gearman wprker ports

Post by wajlerl »

Thanks for the reply Spenser. I'm waiting to hear back from our network guys to verify what ports are open between those servers... I'll let you know what I find out.

Thanks,
Leszek
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios - gearman wprker ports

Post by abrist »

Great. Let us know when they get back to you.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked