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.
Getting error after configuration of MOd-Gearman on NagiosXI
Getting error after configuration of MOd-Gearman on NagiosXI
You do not have the required permissions to view the files attached to this post.
Re: Getting error after configuration of MOd-Gearman on Nagi
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
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.
Re: Getting error after configuration of MOd-Gearman on Nagi
Hi,
We have compiled the plugins in the worker nodes. still its giving same error.
We have compiled the plugins in the worker nodes. still its giving same error.
Re: Getting error after configuration of MOd-Gearman on Nagi
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.