Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
I wanna move infrastructure from NCSA to Gearman.
In gearman docs I found that it can be done with set off all distributed options in gearman server config.
I already did it, but can't understand how to config workers.
this is my /etc/mod_gearman2/module.conf:
You're comparing apples and oranges here. NSCA is a daemon that runs on the Nagios server and accepts passive checksfrom agents running on remote machines. mod_gearman is used to distribute active checksto several remote workers.
So in this context, I am not sure what you are asking for help with.
so, the main question is how run this command - send_gearman.
Do I need to install Nagios server to push passive check to Master or it can be done with gearmand (server).