Re: mod-gearman nothing happening
Posted: Fri Jul 21, 2017 3:14 pm
By default, you install the Gearman Server on the XI server and that installs a worker as well.
This doesn't help the performance much as the checks are still running on the XI server but the nagios process doesn't have to run it, only process the data after the gearman worker runs it.
If you want to gain performance, or to run plugins remotely, you will have to install workers on other systems and have them connect to the Gearman server to get the checks to run, etc....
Take a look at these links for some examples and more information.
https://support.nagios.com/kb/article/n ... rkers.html
https://labs.consol.de/nagios/mod-gearman/index.html
BYW, the broker settings in the nagios.cfg file looks correct.
This doesn't help the performance much as the checks are still running on the XI server but the nagios process doesn't have to run it, only process the data after the gearman worker runs it.
If you want to gain performance, or to run plugins remotely, you will have to install workers on other systems and have them connect to the Gearman server to get the checks to run, etc....
Take a look at these links for some examples and more information.
https://support.nagios.com/kb/article/n ... rkers.html
https://labs.consol.de/nagios/mod-gearman/index.html
BYW, the broker settings in the nagios.cfg file looks correct.