Implementing Mod_Gearman Worker

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jorgeaaq
Posts: 25
Joined: Mon Jul 25, 2016 9:39 pm
Location: Mexico
Contact:

Implementing Mod_Gearman Worker

Post by jorgeaaq »

Hi:

we are implementing mod_gearman and almost everything works well

As part of the process I need to install all my plugins and monitoring files on the Workers

I have some problems finding some plugins

right now I need check_snmp_process_wizard.pl

I can copy every file from my nagios computer to the worker ... but is this the correct way?

besides my nagios have Centos 6 and my Worker have Centos 7 ( both 64 bits)

which is the correct way to install all the necesary files to a worker to implement Mod-Gearman

thanks in advance

Jorge A Arenas Quezada
dwasswa

Re: Implementing Mod_Gearman Worker

Post by dwasswa »

Hi @jorgeaaq,


The following kb article will provide you with guidelines on how to install Nagios plugins on the worker(s)...Installing Nagios Plugins From Source

Here is some extra information about integrating Mod-Gearman with Nagios...Integrating_Mod_Gearman_with_Nagios_XI

Here is some information about Mod-Gearman queues and workers...nagios-xi-mod-gearman-queues-and-workers

Please follow the guidelines in the kb article and let me know if that solves your issue.
jorgeaaq
Posts: 25
Joined: Mon Jul 25, 2016 9:39 pm
Location: Mexico
Contact:

Re: Implementing Mod_Gearman Worker

Post by jorgeaaq »

Hi:

1.- The following kb article will provide you with guidelines on how to install Nagios plugins on the worker(s)...Installing Nagios Plugins From Source

check, review and follow all the instructions ... not mention anything about missing file "check_snmp_process_wizard.pl"


2.- Here is some extra information about integrating Mod-Gearman with Nagios...Integrating_Mod_Gearman_with_Nagios_XI

check and follow all the instructions... not mention anything about missing file "check_snmp_process_wizard.pl"


3.- Here is some information about Mod-Gearman queues and workers...nagios-xi-mod-gearman-queues-and-workers

check... some interesting points and improves but... not mention anything about missing file "check_snmp_process_wizard.pl"


so the question remains... first at what group of plugins belongs "check_snmp_process_wizard.pl" .... check the core nagios and core plugins and is not there

the word "wizard" make me thing that this could belong to nagiosxi improvements ... but if that is the case

what is the correct procedure to install this plugins in a Worker on mod-gearman configuration??

is enough copy the file from one system to another?

thanks in advance
kyang

Re: Implementing Mod_Gearman Worker

Post by kyang »

If you are looking for the "check_snmp_process_wizard.pl"

It's part of our Linux SNMP Wizard that comes with Nagios XI.

You can find it from our Nagios Exchange in the link below.

https://exchange.nagios.org/directory/A ... rd/details
what is the correct procedure to install this plugins in a Worker on mod-gearman configuration??

is enough copy the file from one system to another?
Install it as you would for any other plugin on a remote system. Make sure to give the correct permissions so it can execute.

From our kb article listed by @dwasswa, it says "It is important to remember that an external worker needs all of the plugins installed on it so it can execute the checks that are handed to it."
I would say the article will describe it. Test it out and let us know!

https://support.nagios.com/kb/article/n ... rkers.html
jorgeaaq
Posts: 25
Joined: Mon Jul 25, 2016 9:39 pm
Location: Mexico
Contact:

Re: Implementing Mod_Gearman Worker

Post by jorgeaaq »

That all I need

thank you very much

everything is working now

thanks

you can close this issue
kyang

Re: Implementing Mod_Gearman Worker

Post by kyang »

Sounds good! I'll be closing this thread!

If you have any more questions, feel free to create another thread.

Thanks for using the Nagios Support Forum!
Locked