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
Monitoring Engine Event Queue
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Monitoring Engine Event Queue
Hello, @bosecorp. Did you update the PHP on this server recently? Please run and show me the output of:
Also, please upload the /etc/php.ini file in this thread.php -v
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Monitoring Engine Event Queue
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
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.
Re: Monitoring Engine Event Queue
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
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
@bosecorp, Please run and show me the output of:
What version of XI are you currently on?service nagios status
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.