monitoring engine status process state is not running

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

monitoring engine status process state is not running

Post by gm_rajkumar »

Hi,

I have installed nagios xi with latest version, after that installation -monitoring engine status process state is not running. I can see the monitoring engine status active hosts,service, notifications are disabled. please let me know what settings need to be checked.

OS: RHEL v5 (Tikanga)

Regards,
Raj
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: monitoring engine status process state is not running

Post by mguthrie »

Try running from the command-line:

Code: Select all

service nagios restart
service ndo2db restart
If you are still experiencing issues, send us a screenshot of the Admin page so we can verify that the subsystem components are running.
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: monitoring engine status process state is not running

Post by gm_rajkumar »

I have restarted the service but still problem persists, herewith attached the screenshot for you reference. let me know if you need further details.

Regards,
Raj.
You do not have the required permissions to view the files attached to this post.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: monitoring engine status process state is not running

Post by mguthrie »

Try:

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
If the issue is still there, run:

Code: Select all

tail -f /usr/local/nagios/var/nagios.log
And post any error messages that you see that don't appear to be host or service alerts.

You can also check the Home->Process Info page to see if someone has turned off active checks for hosts and services.
Locked