Page 2 of 2

Re: Services down

Posted: Thu Nov 14, 2019 10:36 am
by scottwilkerson
I keep seeing things similar to this in your output

Code: Select all

Nov 14 05:28:38 servername sudo[5284]: pam_unix(sudo:auth): auth could not identify password for [nagios]
Are you sure something didn't happen to your sudoers configuration?

Did someone make a change that could be cause this?

Re: Services down

Posted: Thu Nov 14, 2019 10:44 am
by vmwareguy
well after talking to some of the knuckle heads around here it sounds like someone pushed out new stigs - I'll have to look into this more. Thanks for the help

Re: Services down

Posted: Thu Nov 14, 2019 10:45 am
by scottwilkerson
vmwareguy wrote:well after talking to some of the knuckle heads around here it sounds like someone pushed out new stigs - I'll have to look into this more. Thanks for the help
Ahhh

Good luck!

Re: Services down

Posted: Thu Nov 14, 2019 11:33 am
by vmwareguy
So I have done a restore from Sunday and most everything is working. However, my Database Backend is still showing not started.

Re: Services down

Posted: Thu Nov 14, 2019 11:42 am
by scottwilkerson
vmwareguy wrote:So I have done a restore from Sunday and most everything is working. However, my Database Backend is still showing not started.
Let's run the following

Code: Select all

service ndo2db stop
rm -f /usr/local/nagios/var/ndo.sock /usr/local/nagios/var/ndo.lock
service ndo2db start

Re: Services down

Posted: Thu Nov 14, 2019 11:45 am
by vmwareguy
scottwilkerson wrote:
vmwareguy wrote:So I have done a restore from Sunday and most everything is working. However, my Database Backend is still showing not started.
Let's run the following

Code: Select all

service ndo2db stop
rm -f /usr/local/nagios/var/ndo.sock /usr/local/nagios/var/ndo.lock
service ndo2db start

Boom! Back in business. Thanks for all the help!

Re: Services down

Posted: Thu Nov 14, 2019 11:48 am
by scottwilkerson
Glad to help!

Locking thread