XI System Component Status: Failing
XI System Component Status: Failing
For whatever reason all of my services past Database Backend show a bad status. I have no idea where to even begin to trouble shoot this. I can't apply any new configurations. I ran a repair on the database and that didn't help. I'm running version 5.5.1
Any thoughts?
Thanks
Any thoughts?
Thanks
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: XI System Component Status: Failing
All of these depend on crond running.
What is the output of the following:
What is the output of the following:
Code: Select all
service crond status
chage -l nagiosRe: XI System Component Status: Failing
I see a bunch of nagios expired passwords
pam_unix(crond:account): account nagios has expired (failed to change password)
pam_unix(crond:account): account nagios has expired (failed to change password)
Re: XI System Component Status: Failing
is it as simple as changing the nagios password ?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: XI System Component Status: Failing
This should do it
Code: Select all
chage -I -1 -m 0 -M 99999 -E -1 nagiosRe: XI System Component Status: Failing
This did it!! Thank you. What exactly did this change?scottwilkerson wrote:This should do it
Code: Select all
chage -I -1 -m 0 -M 99999 -E -1 nagios
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: XI System Component Status: Failing
It set the password for the nagios user to not expire for 99999 days.vmwareguy wrote:This did it!! Thank you. What exactly did this change?
Minimum Password Age to 0
Maximum Password Age to 99999
Password Inactive to -1
Account Expiration Date to -1
Re: XI System Component Status: Failing
So its working somewhat better but after about an hour I have two services showing errors now.
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: XI System Component Status: Failing
you may need to remove 2 lock file
Then they should kick off within about 5-10 minutes.
Code: Select all
rm -f /usr/local/nagiosxi/var/dbmaint.lock
rm -f /usr/local/nagiosxi/var/event_handler.lock