Page 1 of 1
Reactor Integration not Showing
Posted: Thu Mar 02, 2017 3:49 pm
by remedsys
Having an issue with Nagios XI Reactor integration
64 bit VMware image on CentOS
I can get to the page that shows me global event handlers, but if I try to go to "Host/Service Event Handlers" or "Reactor Instances" a blank page is displayed.
Re: Reactor Integration not Showing
Posted: Thu Mar 02, 2017 4:06 pm
by dwhitfield
Attempt to go to a page that is blank and then immediately run tail /var/log/httpd/*_log and post the output in a code block.
Also, what version of XI and Reactor are you running?
Re: Reactor Integration not Showing
Posted: Thu Mar 02, 2017 4:12 pm
by mcapra
In addition to those things, can you also share the output of the following command executed from the CLI of your Nagios XI machine:
Code: Select all
php -r "error_reporting(E_ALL);ini_set('display_errors', TRUE);ini_set('display_startup_errors', TRUE);include('/usr/local/nagiosxi/html/includes/components/reactoreventhandler/templates/reactorinstances.php');"