ndo2db is not running?
ndo2db is not running?
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?
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 startRe: ndo2db is not running?
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?
Great! Locking threadxpertech wrote:it works, it's ok now, thanks!