Page 1 of 1

Mod Gearman GUI problems after upgrade to 2026R1.0.1

Posted: Thu Nov 13, 2025 10:35 am
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.

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

Posted: Thu Nov 13, 2025 4:59 pm
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

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

Posted: Wed Nov 19, 2025 3:06 am
by occ
Thx, now it works fine