Upgrading NagiosXI - mod-gearman not found

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
chapmm3
Posts: 2
Joined: Fri Oct 31, 2025 9:33 am

Upgrading NagiosXI - mod-gearman not found

Post by chapmm3 »

Hi,

I am trying to upgrade from 2024R1 to the latest version running RHEL 8, and I'm running to this error:

INSTALL: Nagios Mod-Gearman is being installed...
Updating Subscription Management repositories.
Red Hat Satellite Client 6 for RHEL 8 x86_64 (R 87 kB/s | 2.3 kB 00:00
Red Hat Enterprise Linux 8 for x86_64 - BaseOS 94 kB/s | 2.6 kB 00:00
Red Hat CodeReady Linux Builder for RHEL 8 x86_ 119 kB/s | 2.9 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 146 kB/s | 2.3 kB 00:00
Red Hat Enterprise Linux 8 for x86_64 - AppStre 102 kB/s | 2.9 kB 00:00
Package gearmand-1.1.19.1-1.el8.x86_64 is already installed.
No match for argument: nagios-mod-gearman-1.0.1
Error: Unable to find a match: nagios-mod-gearman-1.0.1

Since gearmand 1.1.19 is installed, why is it looking for 1.0.1? Is there a way to bypass this check?
DoubleDoubleA
Posts: 272
Joined: Thu Feb 09, 2017 5:07 pm

Re: Upgrading NagiosXI - mod-gearman not found

Post by DoubleDoubleA »

Hi @chapmm3,

Thanks for your note.

Some questions: what type of install is yours? Source, rpm, or offline?

Did you happen to have gearmand installed already?

What happens if you run

Code: Select all

dnf clean all
?

We added Nagios Mod-Gearman in 2024R2.1, so in between your previous version and latest. The installation script is looking for the version we supply.

Questions?

Thanks,

Aaron
chapmm3
Posts: 2
Joined: Fri Oct 31, 2025 9:33 am

Re: Upgrading NagiosXI - mod-gearman not found

Post by chapmm3 »

Hi Aaron,

We are installing from RPM and I don't believe Mod-Gearman was previously installed.

I get the same error following dnf clean all. Is there a repository I can get v1.0.1 from?

Installing Nagios Mod-Gearman...
INSTALL: Nagios Mod-Gearman is being installed...
Updating Subscription Management repositories.
Red Hat Satellite Client 6 for RHEL 8 x86_64 (R 81 kB/s | 2.3 kB 00:00
Red Hat Enterprise Linux 8 for x86_64 - BaseOS 98 kB/s | 2.6 kB 00:00
Red Hat CodeReady Linux Builder for RHEL 8 x86_ 109 kB/s | 2.9 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 150 kB/s | 2.3 kB 00:00
Red Hat Enterprise Linux 8 for x86_64 - AppStre 103 kB/s | 2.9 kB 00:00
Package gearmand-1.1.19.1-1.el8.x86_64 is already installed.
No match for argument: nagios-mod-gearman-1.0.1
Error: Unable to find a match: nagios-mod-gearman-1.0.1
DoubleDoubleA
Posts: 272
Joined: Thu Feb 09, 2017 5:07 pm

Re: Upgrading NagiosXI - mod-gearman not found

Post by DoubleDoubleA »

Hi @chapmm3,

Try https://repo.nagios.com/nagios/8/

Aaron
KarenJ
Posts: 13
Joined: Thu Jul 26, 2018 12:36 pm

Re: Upgrading NagiosXI - mod-gearman not found

Post by KarenJ »

@chapmm3 -

Did you ever resolve this issue? I'm having the exact same problem. I'm upgrade from source.

Karen

Installing Nagios Mod-Gearman...
INSTALL: Nagios Mod-Gearman is being installed...
Updating Subscription Management repositories.
Last metadata expiration check: 0:05:05 ago on Mon 02 Feb 2026 04:48:56 PM EST.
Package gearmand-1.1.19.1-1.el8.x86_64 is already installed.
No match for argument: nagios-mod-gearman-1.0.1
Error: Unable to find a match: nagios-mod-gearman-1.0.1
kg2857
Posts: 490
Joined: Wed Apr 12, 2023 5:48 pm

Re: Upgrading NagiosXI - mod-gearman not found

Post by kg2857 »

nagios-mod-gearman needs to be in one of the repos so it's available to be installed. repos.nagios.com listed above might be the one.
Post Reply