Page 1 of 1
Graph Explorer not working after upgrade to Nagios XI 5.2.6
Posted: Tue Apr 05, 2016 10:12 am
by DennisPR
Hi,
I seem to have a problem with the Graph Explorer after upgrading XI to version 5.2.6 (on 2 seperate XI machines)
The host statistics still work but I can't access data of all services anymore.
If I select a service I get "XSS Detected. Object does not exist" io the perfomance graph
Regards
Dennis
Re: Graph Explorer not working after upgrade to Nagios XI 5.
Posted: Tue Apr 05, 2016 11:26 am
by tmcdonald
Run this as root on the CLI: sed -i 's/nagiosccm_get_service_id/get_service_id/' /usr/local/nagiosxi/html/includes/components/graphexplorer/visFunctions.inc.php and let us know.
Known issue, will be fixed in the next release. There might be a few other files that need modifying, so if this does not work we'll have to wait for the devs to look closer.
New fix, this one should do it: sed -i 's/exit.*//' /usr/local/nagiosxi/html/includes/components/graphexplorer/visFunctions.inc.php
Re: Graph Explorer not working after upgrade to Nagios XI 5.
Posted: Wed Apr 06, 2016 10:07 am
by DennisPR
That solved the issue. Thx !
Re: Graph Explorer not working after upgrade to Nagios XI 5.
Posted: Wed Apr 06, 2016 10:52 am
by tmcdonald
We just released a quick hotfix release, 5.2.7 that should have this fix in it as well, so if you want to update to that you can do so.
Otherwise, are we all clear to close this thread?
Re: Graph Explorer not working after upgrade to Nagios XI 5.
Posted: Tue Apr 12, 2016 5:23 am
by DennisPR
Yes it can be closed thx!