Mod Gearman GUI problems after upgrade to 2026R1.0.1

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
occ
Posts: 43
Joined: Fri Jan 11, 2019 5:05 am

Mod Gearman GUI problems after upgrade to 2026R1.0.1

Post by occ »

after updating nagios mod gearman it still works but the changes made by the GUI have no effect, using the "sync" or "deploy" button does not write logs to the/usr/local/nagiosxi/var/components/nmg.log file.
I even removed a worker from the appropriate button on the "manage worker" page but it continues to receive checks and performs them even though the GUI no longer lists it among the workers.
DoubleDoubleA
Posts: 272
Joined: Thu Feb 09, 2017 5:07 pm

Re: Mod Gearman GUI problems after upgrade to 2026R1.0.1

Post by DoubleDoubleA »

Hi @occ,

Thanks for your note, sorry for the trouble there.

It looks like, on upgrade we changed the permission on that file, and the process can't write to it, so it fails.

The quick fix for you is to run the command below to re-set the permissions.

Code: Select all

chown nagios:nagios /usr/local/nagiosxi/var/components/nmg.log
We've written up a bug report and will release a fix.

Thanks,

Aaron
occ
Posts: 43
Joined: Fri Jan 11, 2019 5:05 am

Re: Mod Gearman GUI problems after upgrade to 2026R1.0.1

Post by occ »

Thx, now it works fine
Post Reply