Page 1 of 1

Nagios XI on RHEL / Rocky Linux / Alma Linux 9.0

Posted: Wed Aug 02, 2023 7:26 am
by itunixops
Has anybody tried to install XI on RHEL9 yet? I tried it as an experiment and couldn't get past the initial install phase. Would anybody know if this is supported on RHEL9 or is XI 6 going to be run natively on this?

Re: Nagios XI on RHEL / Rocky Linux / Alma Linux 9.0

Posted: Wed Aug 02, 2023 3:08 pm
by dawgo
I installed it perfectly on my instance of RHEL 9. Did the quick install if that matters. According to document you need CodeReady Builder to be enabled, maybe that could be why for you?

https://assets.nagios.com/downloads/nag ... -Linux.pdf

Re: Nagios XI on RHEL / Rocky Linux / Alma Linux 9.0

Posted: Wed Aug 09, 2023 2:46 pm
by itunixops
We did try a test run on RHEL 9.2 and so far so good. We also tried with Alma and rocky and had to make some modifications to those to make it work. Otherwise were not seeing any problems.

Thanks for the input

Re: Nagios XI on RHEL / Rocky Linux / Alma Linux 9.0

Posted: Thu Aug 10, 2023 3:02 pm
by sgardil
Hey itunixops, thanks for reaching out. We do currently support Rhel 9 for Xi5 and it sounds like you were able to get a version working for 9.2 which is awesome. Something that may have stopped the initial from working is that PCRE2 needs to be updated or the installation will break. Our installation will run updates unless prompted not to, so that may have been the issue.

Re: Nagios XI on RHEL / Rocky Linux / Alma Linux 9.0

Posted: Fri Aug 11, 2023 12:47 pm
by itunixops
We just did this as a test. Were actually waiting to see XI 6 (or whatever it will be called) before we commit to rhel9 support.

Re: Nagios XI on RHEL / Rocky Linux / Alma Linux 9.0

Posted: Thu Sep 28, 2023 2:04 am
by GrumpyManne
On el9 you need the codebuilder repo, yes, that is stated clearly in docs.

Unfortunately, the docs do not make clear the requirement for EPEL, nor do they mention the requirement for http_proxy environment variable to be set.

The installer needs access to cpan online, and also uses curl or wget to download a huge pile of garbage from nagios website also, eg this:
http://assets.nagios.com/downloads/nagi ... 64.tar.bz2

So it is mandatory to have access to arbitrary sites on the internet, either directly if you're at home, or via http_proxy if you're in any sort of corporate environment.