Reactor Integration not Showing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
remedsys
Posts: 5
Joined: Tue Apr 05, 2016 8:23 am

Reactor Integration not Showing

Post 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.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Reactor Integration not Showing

Post 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?
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Reactor Integration not Showing

Post 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');"
Former Nagios employee
https://www.mcapra.com/
Locked