Nagios XI Monitoring Engine refuses to start

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gryph0n
Posts: 4
Joined: Thu Sep 22, 2016 5:04 pm

Nagios XI Monitoring Engine refuses to start

Post by gryph0n »

Operating System = CentOS 7.2.1511 (core)
Running virtual (Hyper V)
Nagios Version: 4.0.8
Nagios Plugins: 2.0.3
64-bit systems

I rebooted the server and the dashboard shows that the Monitoring Engine is off and it will not start. On the server, Nagios is running, but with errors. Screenshots of both attached.

The research that I've done has not provided many results at all. If anyone could provide some input, I would greatly appreciate it.

Thank you.
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios XI Monitoring Engine refuses to start

Post by tgriep »

Can you login to the server as root, run the following to see is the nagios daemon starts.

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
If this still fails, please run the following and post the output.

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
ps -ef --cols=300
df -h
df -i
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked