Page 1 of 1

Nagios XI - Upgrade to PHP 7.4 to enable oAuth 2.0

Posted: Thu Oct 31, 2024 10:04 am
by samersultan
I would like to enable oAuth 2.0 for outbound alerting email from Nagios XI. To do this it requires I update to PHP 7.4 (based on this article: https://support.nagios.com/kb/article/n ... 7-860.html).


For reference I am running RHEL Oracle Linux 8 OS. In the article it uses PHP 7.4 from REMI database

Code: Select all

yum-config-manager --enable remi-php74

Is it possible to not use REMI to achieve this?

Re: Nagios XI - Upgrade to PHP 7.4 to enable oAuth 2.0

Posted: Thu Oct 31, 2024 10:26 am
by DoubleDoubleA

Re: Nagios XI - Upgrade to PHP 7.4 to enable oAuth 2.0

Posted: Tue Nov 05, 2024 4:33 pm
by itunixops
If you are going to do that I would suggest PHP 8.3 or higher. PHP 7 is long depreciated and no longer supported. You would have to enable the remi-repo to permit this.