This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Thu Nov 14, 2019 10:36 am
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?
vmwareguy
Posts: 69 Joined: Wed Mar 16, 2016 9:41 am
Post
by vmwareguy » Thu Nov 14, 2019 10:44 am
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
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Thu Nov 14, 2019 10:45 am
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!
vmwareguy
Posts: 69 Joined: Wed Mar 16, 2016 9:41 am
Post
by vmwareguy » Thu Nov 14, 2019 11:33 am
So I have done a restore from Sunday and most everything is working. However, my Database Backend is still showing not started.
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Thu Nov 14, 2019 11:42 am
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
vmwareguy
Posts: 69 Joined: Wed Mar 16, 2016 9:41 am
Post
by vmwareguy » Thu Nov 14, 2019 11:45 am
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!
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Thu Nov 14, 2019 11:48 am
Glad to help!
Locking thread