Monitoring Engine Event Queue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Monitoring Engine Event Queue

Post by bosecorp »

Everything is greeen except that the Monitoring Engine Event Queue doesnt seem to be running.

all I see in the logs

.
==> /usr/local/nagiosxi/var/feedproc.log <==
PHP Warning: PHP Startup: SourceGuardian: Unable to initialize module

tried rebooting the server. but also restarting nagios
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Monitoring Engine Event Queue

Post by npolovenko »

Hello, @bosecorp. Did you update the PHP on this server recently? Please run and show me the output of:
php -v
Also, please upload the /etc/php.ini file in this thread.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Monitoring Engine Event Queue

Post by bosecorp »

Hi

here it is

# php -v
PHP Warning: PHP Startup: SourceGuardian: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
PHP 5.4.16 (cli) (built: Aug 5 2016 07:50:38)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
[email protected]:(01-17 10:02): /root
#


is this PHP errro related to the Monitoring Engine Event Queue
You do not have the required permissions to view the files attached to this post.
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Monitoring Engine Event Queue

Post by bosecorp »

Fixed the php error by

reinstalling php using yum reinstall php
and then

cd /tmp/nagiosxi
touch installed.phplimits
rm -f installed.sourceguardian
./11-sourceguardian

however the monitoring engine event queue still doesnt display any activity
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Monitoring Engine Event Queue

Post by npolovenko »

@bosecorp, Please run and show me the output of:
service nagios status
What version of XI are you currently on?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked