Page 1 of 1

Engines wont start after reboot

Posted: Tue Jun 16, 2015 9:05 am
by dgillott
Morning all,

Forgive me I am completely new to NAGIOSXI and have been loving configuring it so far.
I had an issue and needed to reboot the NASGIOSXI VM and now the monitoring engine,performance grapher and and database back end will not start?
I have tried restarting and so on.

Where can i goto check and or get assistance and where can i find the commands to do so from the console.
forgive my linux expertise ....sucks....to put it plainly.

Thanks All

Dan

Re: Engines wont start after reboot

Posted: Tue Jun 16, 2015 10:47 am
by abrist
Well, first, lets try starting them from the cli:

Code: Select all

service nagios status
service npcd status
service ndo2b status
service ndo2db restart
service npcd restart
service nagios restart
Post the output from above. If the services still do not start, post a tail from the following logs:

Code: Select all

tail -15 /usr/local/nagios/var/nagios.log
tail -15 /var/log/messages
tail -15 /usr/local/nagios/var/npcd.log