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.
Mod Gearman GUI problems after upgrade to 2026R1.0.1
-
DoubleDoubleA
- Posts: 273
- Joined: Thu Feb 09, 2017 5:07 pm
Re: Mod Gearman GUI problems after upgrade to 2026R1.0.1
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.
We've written up a bug report and will release a fix.
Thanks,
Aaron
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.logThanks,
Aaron
Re: Mod Gearman GUI problems after upgrade to 2026R1.0.1
Thx, now it works fine