Search found 13 matches

by mendell
Tue Aug 28, 2018 12:31 pm
Forum: Nagios XI
Topic: Issues with checks after upgrade to 5.5.2
Replies: 2
Views: 309

Re: Issues with checks after upgrade to 5.5.2

See attached log entries "check_nrpe does not support Version 3 packets"
by mendell
Tue Aug 28, 2018 12:30 pm
Forum: Nagios XI
Topic: Issues with checks after upgrade to 5.5.2
Replies: 2
Views: 309

Issues with checks after upgrade to 5.5.2

We attempted an upgrade to Nagios XI 5.5.2 from 5.4.13. Our checks return "unknown" with the following attached error messages about packet versions. Was there some API upgrade that now requires our client NRPE services to be upgraded to a newer version? We are running NRPE 2.12 client. Fr...
by mendell
Wed Oct 12, 2016 12:44 pm
Forum: Nagios XI
Topic: Session timeout after upgrade
Replies: 20
Views: 2736

Re: Session timeout after upgrade

Yes good to close.

Thanks
by mendell
Wed Oct 12, 2016 10:51 am
Forum: Nagios XI
Topic: Session timeout after upgrade
Replies: 20
Views: 2736

Re: Session timeout after upgrade

Upgrading PHP on Cent 5 is going to be problematic and not in scope of support. If it was me this is the process I would use. Assuming you have some type of hypervisor setup: Make a complete backup. You don't have a backup unless you have a tested restore. Make an XI only backup Backup XI independe...
by mendell
Tue Oct 11, 2016 10:58 am
Forum: Nagios XI
Topic: Session timeout after upgrade
Replies: 20
Views: 2736

Re: Session timeout after upgrade

Upgrading PHP on Cent 5 is going to be problematic and not in scope of support. If it was me this is the process I would use. Assuming you have some type of hypervisor setup: Make a complete backup. You don't have a backup unless you have a tested restore. Make an XI only backup Backup XI independe...
by mendell
Mon Oct 10, 2016 2:00 pm
Forum: Nagios XI
Topic: Session timeout after upgrade
Replies: 20
Views: 2736

Re: Session timeout after upgrade

CentOS 5.11 x32. We have attempted to migrate over to a CentOS 7 x64 server, but ran into problems. Still hoping to get there at some point.

So the answer is to upgrade php for now?
by mendell
Mon Oct 10, 2016 1:28 pm
Forum: Nagios XI
Topic: Session timeout after upgrade
Replies: 20
Views: 2736

Re: Session timeout after upgrade

php-pgsql-5.1.6-45.el5_11 php-xml-5.1.6-45.el5_11 phpPgAdmin-5.0.4-1.el5 php-5.1.6-45.el5_11 php-pecl-ssh2-0.11.0-1.el5.rf php-common-5.1.6-45.el5_11 php-gd-5.1.6-45.el5_11 php-snmp-5.1.6-45.el5_11 php-mbstring-5.1.6-45.el5_11 php-mcrypt-5.1.6-15.el5.centos.1 php-pdo-5.1.6-45.el5_11 php-mysql-5.1.6-...
by mendell
Mon Oct 10, 2016 11:49 am
Forum: Nagios XI
Topic: Session timeout after upgrade
Replies: 20
Views: 2736

Re: Session timeout after upgrade

avandemore wrote:Does this happen across all browsers? Have you altered the default homepage (assuming this where you see the issue)?
Yes, we've tried different browsers. And with different users. We see the issue on any page we leave idle. We have not altered the default homepage.
by mendell
Mon Oct 10, 2016 11:30 am
Forum: Nagios XI
Topic: Session timeout after upgrade
Replies: 20
Views: 2736

Re: Session timeout after upgrade

In an unaltered upgrade from 5.2.9 > 5.3.0 /etc/php.ini should contain this entry as well: session.cookie_lifetime = 0 . Do you have any idea what would have altered this file? Can you add the entry in and restart apache? # systemctl restart httpd; systemctl status httpd It has the entry, sorry, di...
by mendell
Mon Oct 10, 2016 10:54 am
Forum: Nagios XI
Topic: Session timeout after upgrade
Replies: 20
Views: 2736

Re: Session timeout after upgrade

avandemore wrote:What is the output of egrep 'session.gc_maxlifetime|session.cookie_lifetime' /etc/php.ini?
session.gc_maxlifetime = 14400