Nagios latest on RHEL8

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mrmit
Posts: 11
Joined: Mon May 25, 2020 3:07 am

Nagios latest on RHEL8

Post by mrmit »

I am disappointed in the lack of support for RHEL8 7.4 from Nagios 5.8.5. It installs with php7.2 and there are none of the crucial dependencies for php 7.4, namely php-imap and php-pecl-ssh2.
When will you provide a repository for it?

And why do you install MySQL 8.0 as default instead of MariaDB on a clean RHEL8.4?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios latest on RHEL8

Post by ssax »

We use the OS vendor's default packages. php-imap and php-pecl-ssh2 should be installable on PHP 7.2.

You can upgrade your PHP to 7.4 following this guide:

https://support.nagios.com/kb/article/n ... 7-860.html

EDIT: It was a development decision to use MySQL 8. As an alternative you can offline your DB and use MariaDB if you'd like:

https://assets.nagios.com/downloads/nag ... Server.pdf
mrmit
Posts: 11
Joined: Mon May 25, 2020 3:07 am

Re: Nagios latest on RHEL8

Post by mrmit »

You include php-imap and php-pecl-ssh2 in your dependency repository, but only for PHP7.2 - which ensures it is not possible to upgrade to 7.4 with RedHats own repositories.
The guide you refer to does not have a section for RHEL8, but the RHEL7 one describes using other non-standard repositories, namely REMI, which is not acceptable in our environment.

You should just include php7.4 versions of your dependency packages in your repo, then it would work great.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios latest on RHEL8

Post by benjaminsmith »

HI,
You should just include php7.4 versions of your dependency packages in your repo, then it would work great
Noted. I'd be happy to submit a feature request with the dev team for using php7.4 on RHEL if you'd like.

As Sean mentioned, we support a number of operating systems (Ubuntu, Debian, Oracle, RHEL, Cent) for XI, and rely on the default packages provided by the vendor for maintainability.

Regards,
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
mrmit
Posts: 11
Joined: Mon May 25, 2020 3:07 am

Re: Nagios latest on RHEL8

Post by mrmit »

Yes please, I would love a feature request for that - and also for the next versions!!..
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios latest on RHEL8

Post by benjaminsmith »

Hi @mrmit,

Got that submitted for you. Appreciate your feedback.

Let us know if you have need anything else or if we may close this topic. Regards, Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked