ModGearman error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
huaming
Posts: 26
Joined: Thu Jan 16, 2020 3:49 am

ModGearman error

Post by huaming »

Hi Support,

I used Mod gearman2 to build my monitoring system which ran quite well till this afternoon. suddenly, one site went down. I check the error log /var/log/message and /var/log/mod_gearman2. and found below error. Can I seek your help on this
You do not have the required permissions to view the files attached to this post.
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: ModGearman error

Post by dchurch »

Thanks for the helpful error logs! :)

Looks like the mod_gearman worker is crashing. What version of mod_gearman2 is running on the worker machine?

Please post the output from the following command:

Code: Select all

rpm -q mod_gearman2
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
huaming
Posts: 26
Joined: Thu Jan 16, 2020 3:49 am

Re: ModGearman error

Post by huaming »

Thanks a lot. I attached the result.

Shall I remove the existing mod gearman and reinstall it?
You do not have the required permissions to view the files attached to this post.
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: ModGearman error

Post by dchurch »

Unfortunately Mod Gearman is a third-party product and CentOS 6 is no longer supported.

The double free corruption error is likely due to a bug in Mod Gearman (See changelog).

Perhaps you could try upgrading mod gearman on the machine.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked