Getting error after configuration of MOd-Gearman on NagiosXI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vinish098
Posts: 136
Joined: Fri Oct 21, 2016 6:30 am

Getting error after configuration of MOd-Gearman on NagiosXI

Post by vinish098 »

Hi,

We have installed a ModGearman-worker on Worker node. While installing its asking for Nagios Prod IP. we have given the same. But after a few minutes, The Nagios Prod server showing the issue that more than 128 Hosts are in downstate and the value was fluctuating. So we have removed the Nagios Prod IP from the worker. Then it was working fine.

We have added the plugins in the worker nodes.

Pls, find the attached error screenshot.
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Getting error after configuration of MOd-Gearman on Nagi

Post by cdienger »

Were the plugins copied over to the worker machine or were the compiled? Copying will not work for a lot of the plugins since they require compilation on the machine that they are going to run on.

Compilation is covered in https://support.nagios.com/kb/article/n ... e-569.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
vinish098
Posts: 136
Joined: Fri Oct 21, 2016 6:30 am

Re: Getting error after configuration of MOd-Gearman on Nagi

Post by vinish098 »

Hi,

We have compiled the plugins in the worker nodes. still its giving same error.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Getting error after configuration of MOd-Gearman on Nagi

Post by cdienger »

Where are they located on the modgearman worker system? XI expects them to be in /usr/local/nagios/libexec/ by default. Please provide the output of the following from the gearman worker system if that doesn't help resolve the issue:

Code: Select all

uname -a
file /usr/local/nagios/libexec/check_ping
su - nagios
/usr/local/nagios/libexec/check_ping -H 127.0.0.1 -w 1,2% -c 3,4%
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked