Engines wont start after reboot

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dgillott
Posts: 2
Joined: Thu Jun 04, 2015 8:16 am

Engines wont start after reboot

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Engines wont start after reboot

Post 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
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked