PHP supportable for Nagiosxi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

PHP supportable for Nagiosxi

Post by bosecorp »

Hi Team,

We are having 5.4.5 and 5.4.14 version of nagiosxi running into our systems.
We have been updated with our security team to upgrade the PHP on the nagiosxi systems.

below are queries for the php upgrade:-
1) For the version of nagiosxi systems we are running,can we upgrade php to 5.6.24 or 7.0.9?
2) What version of PHP is supportable for our current nagiosxi system?

below are the version of php existing on current nagiosxi system,
Php version on servers
5.4.16
5.4.16
5.4.16
5.4.16
5.4.16
5.3.3
5.5.22
5.3.3
5.3.3
5.4.16


Thanks a lot in advance for your support :)
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: PHP supportable for Nagiosxi

Post by scottwilkerson »

Code: Select all

5.3, 5.4, 5.5, 5.6
Are all supported provided you maintain all the equivalent packages during an upgrade.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: PHP supportable for Nagiosxi

Post by scottwilkerson »

I will add that when XI 5.5 comes out there will also be support for 7.0, 7.1, 7.2

However, I don't have a date when that will happen.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: PHP supportable for Nagiosxi

Post by bosecorp »

Thanks Scott

So that means we can upgrade PHP to 5.6.24 (on my nagiosxi ver of 5.4.5 and 5.4.14)

Below are the linux we are running currently at
Linux version 2.6.32-431.5.1.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ---> nagiosxi 5.4.5
Linux version 3.10.0-693.17.1.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) ----> nagiosxi 5.4.14
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: PHP supportable for Nagiosxi

Post by scottwilkerson »

bosecorp wrote:So that means we can upgrade PHP to 5.6.24 (on my nagiosxi ver of 5.4.5 and 5.4.14)
Yes, provided that by doing so you can also upgrade all the dependent packages, some examples are what you would see when you run

Code: Select all

yum list installed|grep php
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked