ndo2db is not running?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

ndo2db is not running?

Post by xpertech »

After installed a new NagiosXI, the database Backend Status display an error "ndo2db is not running"? (even I start it again)
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ndo2db is not running?

Post by scottwilkerson »

Lets run the following

Code: Select all

service ndo2db stop
rm -f /usr/local/nagios/var/ndo.sock /usr/local/nagios/var/ndo2db.lock
service ndo2db start
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

Re: ndo2db is not running?

Post by xpertech »

it works, it's ok now, thanks!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ndo2db is not running?

Post by scottwilkerson »

xpertech wrote:it works, it's ok now, thanks!
Great! Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked