Page 2 of 2

Re: Nagios XI Frontend Problems

Posted: Tue Mar 05, 2013 3:59 pm
by scottwilkerson
This all look normal. I'm not sure why but it seems there is some type of race condition that is occurring when nagios starts.

Here's what we can do

open
find

Code: Select all

# chkconfig: 345 99 01
change to

Code: Select all

# chkconfig: 345 95 01
then run

Code: Select all

chkconfig --add ndo2db

Re: Nagios XI Frontend Problems

Posted: Tue Mar 05, 2013 4:28 pm
by SDK
Hi Scott,

thanks for the advice.

Changing the ndo2db startscript to 95 has solved the issue, so it indeed seems to be a racing condition.

Iam curios though, shouldn't other customers have the same problem?

In any case thanks a lot for your suppport.

Regards

SDK

Re: Nagios XI Frontend Problems

Posted: Tue Mar 05, 2013 5:17 pm
by abrist
SDK wrote: Iam curios though, shouldn't other customers have the same problem?
That is a valid concern, though this specific issue is very rare. Noted and locking the thread.