Search found 52 matches

by castroi
Fri Jun 23, 2017 12:13 pm
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello

Great, let me know when you have a solution .

Thank you
by castroi
Thu Jun 22, 2017 4:39 pm
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello,

Could you please address it ? Our security team is pushing us to upgrade to php 7.x .
I understood that php 7.0 is supported by Nagios XI.

thank you
by castroi
Thu Jun 22, 2017 3:56 pm
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello, I have tried again and now i went further but still with an error. See attached logs. To setup php 7 environment we did like follow: [castroi@ymq-lpnagapp1 ~]$ cat /etc/profile.d/enablephp70.sh #!/bin/bash source scl_source enable rh-php70 [castroi@ymq-lpnagapp1 ~]$ When we rollback we just c...
by castroi
Thu Jun 22, 2017 3:10 pm
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello, [root@ymq-lpnagapp1 nagiosxi]# yum list rh-php70 Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager Installed Packages rh-php70.x86_64 2.3-1.el7 @rhel-server-rhscl-7-rpms [root@ymq-lpnagapp1 nagiosxi]# [root@ymq-lpnagapp1 nagiosxi]# php -v PHP 7.0.10 (cli) (bui...
by castroi
Thu Jun 22, 2017 1:39 pm
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello, To avoid to break the setup and to do a smoother migration we tried: sudo yum-config-manager --enable rhel-server-rhscl-7-rpms sudo yum install rh-php70 this allow us to install in parallel php 7.0.10 from Red Hat RHSCL. [castroi@ymq-lpnagapp1 ~]$ php -v PHP 5.4.16 (cli) (built: Aug 5 2016 07...
by castroi
Thu Jun 22, 2017 5:50 am
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello,

We have reverted to php 5.4 for time being.
Please provide proper instruction or script to install Nagios xi with php 7.0 on red hat 7.3.
It is currently problematic.

Thank you,
by castroi
Wed Jun 21, 2017 9:28 pm
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello, I have made temporary a phpinfo(); script and attached the result. here is also the output from apache logs: [castroi@ymq-lpnagapp1 ~]$ sudo tail /var/log/httpd/error_log [Wed Jun 21 22:16:39.487662 2017] [lbmethod_heartbeat:notice] [pid 25956] AH02282: No slotmem from mod_heartmonitor [Wed J...
by castroi
Wed Jun 21, 2017 7:10 pm
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello, Notice that main home page is working but when i click on "Access Nagios XI" button and is redirected to "http://server-name/nagiosxi/" or "https://server-name/nagiosxi/" it got the error page with : This page isn’t working server-name is currently unable to hand...
by castroi
Wed Jun 21, 2017 6:42 pm
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello, Thank you so we have removed 7.1 and installed 7.0 as mentioned. [castroi@ymq-lpnagapp1 ~]$ php -v PHP 7.0.20 (cli) (built: Jun 7 2017 07:50:14) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies [castroi@ymq-lpnagapp1 ~]$ I have now al...
by castroi
Wed Jun 21, 2017 4:39 pm
Forum: Nagios XI
Topic: Vulnerabilities detected
Replies: 20
Views: 1639

Re: Vulnerabilities detected

Hello, I have upgraded to php 7 as mentioned to remove the vulnerabilities but Nagios XI stopped working. I have added ixed.7.1.lin as displayed in directory mentioned. [castroi@ymq-lpnagapp1 ~]$ sudo cat /etc/php.ini | grep ixe extension=ixed.7.1.lin [castroi@ymq-lpnagapp1 ~]$ I got following error...