gearmand failed to load module
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: gearmand failed to load module
What happens when you reboot the server, does everything start as expected?
If not, out of curiosity, if you then go into CCM and Apply Config does everything then work from that point on?
If not, out of curiosity, if you then go into CCM and Apply Config does everything then work from that point on?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: gearmand failed to load module
Oddly enough when I restart the server all host checks get a disabled notification icon and also shows that they are pending being checked while the services on all host being monitored are all ok and being checked fine. I needed to restart the monitoring engine and after a few seconds, the disabled notification icon disappears from all hosts and host checks start without issue. Really odd.
Re: gearmand failed to load module
Can you check the nagios log file for any errors during the time you rebooted the server?
This is where the file is located at.
This is where the file is located at.
Code: Select all
/usr/local/nagios/var/nagios.logBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: gearmand failed to load module
I had the same problem. basically I was running an incompatible version of gearman. the version of gearman needs to be compatible with the version of Nagios
Re: gearmand failed to load module
Thanks for the info, bosecorp.
@emartine
@emartine
What is the Nagios XI version that you are currently using? Do you see any errors when you run the "reconfigure_nagios.sh" script from the CLI?Oddly enough when I restart the server all host checks get a disabled notification icon and also shows that they are pending being checked while the services on all host being monitored are all ok and being checked fine. I needed to restart the monitoring engine and after a few seconds, the disabled notification icon disappears from all hosts and host checks start without issue. Really odd.
Code: Select all
cd /usr/local/nagiosxi/scripts
./reconfigure_nagios.shBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: gearmand failed to load module
It's compatible. That is no question since it was the one support told me to use and even gave me the doc to follow.
Re: gearmand failed to load module
Can you follow tgriep's post please?
tgriep wrote:Thanks for the info, bosecorp.
@emartineWhat is the Nagios XI version that you are currently using? Do you see any errors when you run the "reconfigure_nagios.sh" script from the CLI?Oddly enough when I restart the server all host checks get a disabled notification icon and also shows that they are pending being checked while the services on all host being monitored are all ok and being checked fine. I needed to restart the monitoring engine and after a few seconds, the disabled notification icon disappears from all hosts and host checks start without issue. Really odd.
Code: Select all
cd /usr/local/nagiosxi/scripts ./reconfigure_nagios.sh
Former Nagios employee
Re: gearmand failed to load module
Nagios XI 2014R2.6
gearmand-1.1.8-2.el6.x86_64
mod_gearman-1.5.0b1-1.el6.x86_64
libgearman-1.1.8-2.el6.x86_64
RHEL 6
What will the script above do?
I've run the preflight check and no warnings or errors were found.
gearmand-1.1.8-2.el6.x86_64
mod_gearman-1.5.0b1-1.el6.x86_64
libgearman-1.1.8-2.el6.x86_64
RHEL 6
What will the script above do?
I've run the preflight check and no warnings or errors were found.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: gearmand failed to load module
The script will do what Apply Configuration does, it just does it in a way that we can see all the output in a ssh session.emartine wrote:What will the script above do?
I've run the preflight check and no warnings or errors were found.
Please run it and post back the output.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: gearmand failed to load module
close this post.