Nagios XI 5.5.1 - Reports issue
Re: Nagios XI 5.5.1 - Reports issue
@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
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
Re: Nagios XI 5.5.1 - Reports issue
I have this topic subscribed, so I will wait for any updates...
Re: Nagios XI 5.5.1 - Reports issue
@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.
Re: Nagios XI 5.5.1 - Reports issue
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:
to
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();
}
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.
Re: Nagios XI 5.5.1 - Reports issue
Worked for me! Thanks!
Re: Nagios XI 5.5.1 - Reports issue
Great, closing this then.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.