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
Graph Explorer not working after upgrade to Nagios XI 5.2.6
Re: Graph Explorer not working after upgrade to Nagios XI 5.
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
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
Former Nagios employee
Re: Graph Explorer not working after upgrade to Nagios XI 5.
That solved the issue. Thx !
Re: Graph Explorer not working after upgrade to Nagios XI 5.
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?
Otherwise, are we all clear to close this thread?
Former Nagios employee
Re: Graph Explorer not working after upgrade to Nagios XI 5.
Yes it can be closed thx!