Nagios XI 5.5.1 - Reports issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Nagios XI 5.5.1 - Reports issue

Post by BanditBBS »

@jomann - Is this a global issue that anyone in the latest will suffer? We use a ton of scheduled reports, so I'll want to hold off upgrading until resolved if so.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
jacek
Posts: 255
Joined: Wed Sep 09, 2015 5:49 am

Re: Nagios XI 5.5.1 - Reports issue

Post by jacek »

I have this topic subscribed, so I will wait for any updates...
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Nagios XI 5.5.1 - Reports issue

Post by jomann »

@BanditBBS From what I can tell it seems like only certain pages are affected.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Nagios XI 5.5.1 - Reports issue

Post by jomann »

It does only affect certain pages, but I don't know how many. I have a fix if you want to apply it. It will also be in XI 5.5.2.

Edit /usr/local/nagiosxi/html/includes/utils.inc.php and on line 131 change:

Code: Select all

if ($lock && !isset($_REQUEST['ticket'])) {
        session_write_close();
}
to

Code: Select all

if ($lock && !isset($_REQUEST['ticket']) && !isset($_REQUEST['token'])) {
        session_write_close();
}
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
jacek
Posts: 255
Joined: Wed Sep 09, 2015 5:49 am

Re: Nagios XI 5.5.1 - Reports issue

Post by jacek »

Worked for me! Thanks!
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Nagios XI 5.5.1 - Reports issue

Post by jomann »

Great, closing this then.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked